site-neo/in/css/ee.sass

36 lines
761 B
Sass
Raw Normal View History

2023-02-19 01:42:07 +00:00
@import "extra.scss"
@import url("all.css")
2023-02-19 18:34:40 +00:00
@import url("font/ibm-plex-sans/def.css")
2023-02-19 01:42:07 +00:00
$bg: #00103D
$fg: #EAE8E3
$link: #189E86
$cont: #C7532B
@font-face
font-family: 'Science Gothic', monospace
src: url('font/science-gothic.ttf') format('truetype')
body
background-color: $bg
color: $fg
.header
@include font("mono")
border: 2px solid $fg
background-color: scale-color($bg,$lightness:-25%)
a
text-decoration: underline
color: #B8B991
.content
font-family: 'IBM Plex Sans', sans-serif
2023-02-19 18:34:40 +00:00
h1
font-family: 'Science Gothic', monospace
@include font-settings(345,100,116,0)
:before
content: '#'
2023-02-19 01:42:07 +00:00
a
color: $link
2023-02-19 18:34:40 +00:00
a:visited
color: #CDA75C
text-decoration: none
2023-02-19 01:42:07 +00:00
blockquote
border-left: 6px solid $cont
color: scale-color($fg,$lightness:25%)