]>
git.immae.eu Git - github/shaarli/Shaarli.git/blame - plugins/demo_plugin/custom_demo.css
Commit | Line | Data |
786ddad9 A |
1 | .linktitle a { |
2 | color: red; |
3 | } |
4 | |
5 | .upper_plugin_demo { |
6 | float: left; |
40a5f296 A |
7 | } |
8 | |
9 | #demo_marquee { |
10 | background: darkmagenta; |
11 | color: white; |
12 | font-weight: bold; |
786ddad9 |
13 | } |