diff options
author | rtz12 <koenig@fagott.pw> | 2015-12-29 19:41:42 (UTC) |
---|---|---|
committer | rtz12 <koenig@fagott.pw> | 2015-12-29 19:41:42 (UTC) |
commit | c2498d562d3e30e4795056058fc3d8a5cec4ec11 (patch) | |
tree | f560375a0a6217edf7c9ac6e8753a09eb775b831 /assets | |
parent | 43e206d8627ccdb94ad729d9d48d66484faba117 (diff) |
Tagansicht hinzugefuegt
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/gril.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/gril.css b/assets/css/gril.css index 63c45ed..b82e2c7 100644 --- a/assets/css/gril.css +++ b/assets/css/gril.css | |||
@@ -7,6 +7,15 @@ | |||
7 | margin-bottom: 1rem; | 7 | margin-bottom: 1rem; |
8 | } | 8 | } |
9 | 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 | |||
10 | h1 > small { | 19 | h1 > small { |
11 | padding-left: 8px; | 20 | padding-left: 8px; |
12 | font-size: 50%; | 21 | font-size: 50%; |