site-neo/in/css/mgh.sass

21 lines
477 B
Sass
Raw Normal View History

2023-02-11 11:23:58 -05:00
@import "extra.scss"
2023-02-11 11:29:20 -05:00
@import url("all.css")
2023-02-11 16:20:32 -05:00
$bg: #00103D
2023-02-09 08:14:18 -05:00
@font-face
font-family: 'Science Gothic', monospace
src: url('font/science-gothic.ttf') format('truetype')
body
2023-02-11 16:20:32 -05:00
background-color: $bg
2023-02-09 08:14:18 -05:00
color: #EAE8E3
2023-02-11 16:20:32 -05:00
.header
border: 4px solid scale-color($bg,$lightness:-25%)
background-color: scale-color($bg,$lightness:-25%)
a
text-decoration: underline
2023-02-09 08:14:18 -05:00
.content
h1
font-family: 'Science Gothic', monospace
@include font-settings(345,100,116,0)
::before
content: '#'