aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/static/style.css')
-rw-r--r--cmd/web/static/style.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css
index 12af379..bfa43f0 100644
--- a/cmd/web/static/style.css
+++ b/cmd/web/static/style.css
@@ -3,7 +3,6 @@
3body { 3body {
4 font-family: 'Fira Mono', 'Helvetica Neue', Arial, Helvetica, sans-serif; 4 font-family: 'Fira Mono', 'Helvetica Neue', Arial, Helvetica, sans-serif;
5 background-color: rgb(246, 248, 251); 5 background-color: rgb(246, 248, 251);
6 text-align: center;
7} 6}
8 7
9ul { 8ul {
@@ -25,6 +24,10 @@ a:focus {
25 color: inherit; 24 color: inherit;
26} 25}
27 26
27i.cc {
28 font-size: 1.5em;
29}
30
28#logo { 31#logo {
29 text-align: center; 32 text-align: center;
30 display: inline-block; 33 display: inline-block;
@@ -93,8 +96,8 @@ a:focus {
93 background-color: rgb(250, 250, 250); 96 background-color: rgb(250, 250, 250);
94 box-shadow: 0 2px 6px 2px rgba(0,0,0,.05); 97 box-shadow: 0 2px 6px 2px rgba(0,0,0,.05);
95 border-radius: 4px; 98 border-radius: 4px;
96} 99 margin-bottom: 10px;
97 100 margin-top: 10px;
98.box:hover { 101 padding-top: 10px;
99 box-shadow: 0 4px 15px 2px rgba(0,0,0,.20); 102 padding-bottom: 10px;
100} 103} \ No newline at end of file