aboutsummaryrefslogtreecommitdiff
path: root/assets_src/css/gril.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets_src/css/gril.css')
-rw-r--r--assets_src/css/gril.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/assets_src/css/gril.css b/assets_src/css/gril.css
new file mode 100644
index 0000000..b82e2c7
--- /dev/null
+++ b/assets_src/css/gril.css
@@ -0,0 +1,31 @@
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
19h1 > small {
20 padding-left: 8px;
21 font-size: 50%;
22}
23
24.card-title.big {
25 font-size: 36px !important;
26}
27
28.card-content.center-big {
29 padding-top: 9px;
30 padding-bottom: 9px;
31}