feat: experimental configuration

This commit is contained in:
Junyi Hou 2024-04-09 20:52:16 +08:00
parent 3f5f3d7ced
commit 4c59bcb723
4 changed files with 50 additions and 44 deletions

View file

@ -0,0 +1,9 @@
@import 'foundation/vars';
junyi {
display: block;
font: 100% $font-stack;
color: $primary-color;
background-color: $background-color;
margin-top: 1em;
}

View file

@ -0,0 +1,7 @@
.anubis-custom-style {
background-color: pink;
color: black;
padding: 1em;
border-radius: 0.3em;
border: 1px solid black;
}

View file

@ -0,0 +1,3 @@
$font-stack: Helvetica, sans-serif;
$primary-color: rgb(255, 255, 168);
$background-color: rgb(85, 85, 85);