aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/gril.css9
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
10h1 > small { 19h1 > small {
11 padding-left: 8px; 20 padding-left: 8px;
12 font-size: 50%; 21 font-size: 50%;