site-neo/in/css/dnet.sass

18 lines
265 B
Sass
Raw Normal View History

2023-10-27 16:06:00 +00:00
@use 'sass:color'
@import url("all.css")
2023-11-05 13:59:23 +00:00
@import url("font/ibm-plex/mono/def.css")
2023-10-27 16:06:00 +00:00
2023-11-05 13:59:23 +00:00
$bg: #1F0042
$fg: invert($bg)
2023-10-27 16:06:00 +00:00
$link: #E0E030
2023-11-05 13:59:23 +00:00
:root
--extlink: lighten($link, 25%)
2023-10-27 16:06:00 +00:00
body
background-color: $bg
color: $fg
font-family: "IBM Plex Mono", Consolas
a
color: $link