diff --git a/threadr/style.css b/threadr/style.css index a258d46..43d0bff 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -35,6 +35,14 @@ font-family: monospace; color: #001858; } + a { + font-family: monospace; + color: #001858; + } + i { + font-family: monospace; + color: #001858; + } li { font-family: monospace; color: #001858; @@ -281,3 +289,10 @@ ul.list li p { margin: 0; } +div.dropdown { + color: #fef6e4; + text-align: center; + font-family: monospace; + font-size: 1em; + text-decoration: none; +} \ No newline at end of file