summaryrefslogtreecommitdiff
path: root/nn.css
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-27 01:00:51 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-27 01:00:51 -0800
commit8d632c50e49e5b5371bdd0c177051e930d610cae (patch)
treeaee1a3aa6bf55ce02ec7d2839552417318dd038f /nn.css
parent06478bc92bb7b872973d593c8f219c93661e6a98 (diff)
downloadnng-8d632c50e49e5b5371bdd0c177051e930d610cae.tar.gz
nng-8d632c50e49e5b5371bdd0c177051e930d610cae.tar.bz2
nng-8d632c50e49e5b5371bdd0c177051e930d610cae.zip
Fix text decoration on logo.
Diffstat (limited to 'nn.css')
-rw-r--r--nn.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/nn.css b/nn.css
index 746707cb..7a2f3289 100644
--- a/nn.css
+++ b/nn.css
@@ -42,6 +42,10 @@ a.nn-nav-link {
text-decoration: none;
}
+a.nn-logo {
+ text-decoration: none;
+}
+
.nn-nav-item {
text-decoration: none;
font-family: 'Roboto', 'Trebuchet MS', sans-serif;
@@ -95,10 +99,8 @@ a.nn-nav-link {
.nn-logo {
font-size: 2.5em;
- color: black;
font-family: 'Roboto', 'Trebuchet MS', sans-serif;
font-weight: normal;
- text-decoration: none;
flex: 0 0;
}