aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/styles.css34
1 files changed, 16 insertions, 18 deletions
diff --git a/static/styles.css b/static/styles.css
index a0d23f9..4916e96 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -30,24 +30,22 @@ div {
padding: 1em;
}
-nav.toplinks {
- ul {
- margin: 0;
- padding: 0;
- text-align: center;
- list-style-type: none;
- li {
- padding: 1em;
- display: inline-block;
- a {
- font-size: 1.75em;
- color: green;
- text-decoration: none;
- }
- a:hover {
- color: darkgreen;
- filter: blur(2px);
- }
+ul.toplinks {
+ margin: 0;
+ padding: 0;
+ text-align: center;
+ list-style-type: none;
+ li {
+ padding: 1em;
+ display: inline-block;
+ a {
+ font-size: 1.75em;
+ color: green;
+ text-decoration: none;
+ }
+ a:hover {
+ color: darkgreen;
+ filter: blur(2px);
}
}
}