diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/gril.css | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/assets/css/gril.css b/assets/css/gril.css index 5b5bd84..b82e2c7 100644 --- a/assets/css/gril.css +++ b/assets/css/gril.css | |||
@@ -1,3 +1,21 @@ | |||
1 | #gril-title { | ||
2 | margin-bottom: 0rem; | ||
3 | } | ||
4 | |||
5 | #gril-alias { | ||
6 | margin-top: 0rem; | ||
7 | margin-bottom: 1rem; | ||
8 | } | ||
9 | |||
10 | .gril-tag { | ||
11 | transition: background-color .2s, color .2s; | ||
12 | } | ||
13 | |||
14 | .gril-tag:hover { | ||
15 | background-color: #BA68C8; | ||
16 | color: #FFF; | ||
17 | } | ||
18 | |||
1 | h1 > small { | 19 | h1 > small { |
2 | padding-left: 8px; | 20 | padding-left: 8px; |
3 | font-size: 50%; | 21 | font-size: 50%; |
@@ -10,4 +28,4 @@ h1 > small { | |||
10 | .card-content.center-big { | 28 | .card-content.center-big { |
11 | padding-top: 9px; | 29 | padding-top: 9px; |
12 | padding-bottom: 9px; | 30 | padding-bottom: 9px; |
13 | } \ No newline at end of file | 31 | } |