diff options
author | ng0 <ng0@n0.is> | 2018-01-01 19:03:21 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2018-01-01 19:03:21 +0000 |
commit | 23ffffb51ce54b9f2e55da4f097be82d32a614c5 (patch) | |
tree | acb0a14f8994ca5324f6be322eabc342d996cf2e | |
parent | ae5248fadced0a677cda3622cb0a1383b03a9bfd (diff) |
styles
-rw-r--r-- | styles.css | 20 |
1 files changed, 2 insertions, 18 deletions
@@ -66,12 +66,12 @@ footer a:hover { } .btn-dark { - background-color: #9d9d9d; + background-color: #9d9d9d; } #mybody nav { - border-radius: 0px; + border-radius: 0px; } footer { @@ -98,22 +98,6 @@ footer { color: #aa3939; } -.adorn_h3_bracket h3::after { - content: "❭"; - color: #aa3939; -} -.taler_home::before { - content: "❬"; - color: #aa3939; -} -.taler_home::after { - content: "❭"; - color: #aa3939; -} -.taler_home { - font-family: 'Lucida Console', Monaco, monospace; -} - .footer-list { list-style: none; } |