add dnet.sass

This commit is contained in:
Atlas Cove 2023-10-27 17:06:00 +01:00
parent f3e8786799
commit 2a4d8189e9
1 changed files with 14 additions and 0 deletions

14
in/css/dnet.sass Normal file
View File

@ -0,0 +1,14 @@
@use 'sass:color'
@import url("all.css")
@import url("font/ibm-plex-mono/def.css")
$bg: #1F0042,
$fg: color.invert($bg)
$link: #E0E030
body
background-color: $bg
color: $fg
font-family: "IBM Plex Mono", Consolas
a
color: $link