pyratebeard_net

personal website
git clone git://git.pyratebeard.net/pyratebeard_net.git
Log | Files | Refs | README

commit 06f593905857f273104e4367db6139995436592d
parent 9a256afe384bd23e382226319fd3e2115fec7ad2
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 31 Mar 2020 20:56:33 +0100

remove test css

Diffstat:
Dstatic/css/test.css | 81-------------------------------------------------------------------------------
1 file changed, 0 insertions(+), 81 deletions(-)

diff --git a/static/css/test.css b/static/css/test.css @@ -1,81 +0,0 @@ -@font-face { - font-family: 'saxmono'; - src: url('/static/fnt/saxmono-webfont.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -body { - background-color: #1a1d20; - color: #abc0c5; - font-family: "saxmono"; - font-size: 16px; -} - -.container { - max-width: 800px; - margin: auto; -} - -.section { -} - -.row { - display: flex; - flex-wrap: wrap; -} - -.col { - flex: 1 1 0%; -} - -.col-left { - text-align: left; -} - -.col-mid { - text-align: center; -} - -.col-right { - text-align: right; -} - -h1,h2,h3,h4,h5 { - text-transform: uppercase; - font-weight: normal; - color: #7bb7c5; -} - -a { - color: #7d9aa0; -} - -a:hover, -a:active, -a:focus { - color: #7bb7c5; -} - -ul { - list-style: ': '; - color: #7a8186; -} - -pre { - background-color: #111113; - font-family: "saxmono"; - font-size: 14px; - padding: 10px; - border: 2px solid #111113; - border-radius: 5px; -} - -code { - background-color: #44484b; - font-family: "saxmono"; - font-size: 14px; - padding-left: 4px; - padding-right: 4px; - border-radius: 2px; -}