diff --git a/static/css/fontello.css b/static/css/fontello.css deleted file mode 100644 index 33de083..0000000 --- a/static/css/fontello.css +++ /dev/null @@ -1,36 +0,0 @@ -@font-face { - font-family: 'fontello'; - src: url('/fonts/fontello.eot'); - src: url('/fonts/fontello.eot') format('embedded-opentype'), - url('/fonts/fontello.woff2') format('woff2'), - url('/fonts/fontello.woff') format('woff'), - url('/fonts/fontello.ttf') format('truetype'), - url('/fonts/fontello.svg') format('svg'); - font-weight: normal; - font-style: normal; -} - - - [class^="icon-"]:before, [class*=" icon-"]:before { - font-family: "fontello"; - font-style: normal; - font-weight: normal; - speak: never; - display: inline-block; - text-decoration: inherit; - width: 1em; - margin-right: .2em; - text-align: center; - font-variant: normal; - text-transform: none; - line-height: 1em; - margin-left: .2em; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.icon-search:before { content: '\e800'; } /* '' */ -.icon-dollar:before { content: '\e801'; } /* '' */ -.icon-info-circled:before { content: '\e802'; } /* '' */ -.icon-cog:before { content: '\e803'; } /* '' */ -.icon-twitter:before { content: '\f099'; } /* '' */ diff --git a/static/css/styles.css b/static/css/styles.css index 171e3ab..eb1f1a8 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -235,6 +235,11 @@ nav .settings { float: right; padding-right: 20px; padding-top: 10px; + font-size: 0.81rem; +} +nav .settings a { + font-size: 0.81rem; + margin-left: 18px; } nav .settings .icon-container { float: left; @@ -250,12 +255,14 @@ nav .nav-item.left a { font-size: 15px; font-weight: initial; } -nav .nav-item.left a:hover,nav .nav-item.left a:focus { +nav .nav-item.left a:hover +nav .nav-item.left a:focus { color: white; } -nav .settings a:hover,nav .settings a:focus { - color: gray; - text-decoration: none; +nav a:hover, +nav a:focus { + color: white; + text-decoration: underline; } .top-links a { padding-right: 6px; diff --git a/static/fonts/LICENSE.txt b/static/fonts/LICENSE.txt deleted file mode 100644 index 780b0c5..0000000 --- a/static/fonts/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -Font license info - - -## Font Awesome - - Copyright (C) 2016 by Dave Gandy - - Author: Dave Gandy - License: SIL () - Homepage: http://fortawesome.github.com/Font-Awesome/ - - -## Modern Pictograms - - Copyright (c) 2012 by John Caserta. All rights reserved. - - Author: John Caserta - License: SIL (http://scripts.sil.org/OFL) - Homepage: http://thedesignoffice.org/project/modern-pictograms/ - - diff --git a/static/fonts/fontello.eot b/static/fonts/fontello.eot deleted file mode 100644 index cd1e9e8..0000000 Binary files a/static/fonts/fontello.eot and /dev/null differ diff --git a/static/fonts/fontello.svg b/static/fonts/fontello.svg deleted file mode 100644 index 861b306..0000000 --- a/static/fonts/fontello.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - -Copyright (C) 2020 by original authors @ fontello.com - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/fonts/fontello.ttf b/static/fonts/fontello.ttf deleted file mode 100644 index 9bcb66f..0000000 Binary files a/static/fonts/fontello.ttf and /dev/null differ diff --git a/static/fonts/fontello.woff b/static/fonts/fontello.woff deleted file mode 100644 index 4e27e1e..0000000 Binary files a/static/fonts/fontello.woff and /dev/null differ diff --git a/static/fonts/fontello.woff2 b/static/fonts/fontello.woff2 deleted file mode 100644 index edfec72..0000000 Binary files a/static/fonts/fontello.woff2 and /dev/null differ diff --git a/views/includes/topbar.pug b/views/includes/topbar.pug index 33235f2..3acb0a1 100644 --- a/views/includes/topbar.pug +++ b/views/includes/topbar.pug @@ -4,9 +4,9 @@ div#topbar a(href="/") teddit .settings .icon-container - a(class="icon-info-circled", title="About", href="/about") + a(href="/about") [about] .icon-container - a(class="icon-cog", title="Preferences", href="/preferences") + a(href="/preferences") [preferences] .top-links a(href="/r/all") All a(href="/r/AskReddit") AskReddit