feat: experimental configuration
This commit is contained in:
parent
3f5f3d7ced
commit
4c59bcb723
4 changed files with 50 additions and 44 deletions
9
exampleSiteMultilingual/assets/custom-css/custom1.scss
Normal file
9
exampleSiteMultilingual/assets/custom-css/custom1.scss
Normal 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;
|
||||
}
|
7
exampleSiteMultilingual/assets/custom-css/custom2.css
Normal file
7
exampleSiteMultilingual/assets/custom-css/custom2.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
.anubis-custom-style {
|
||||
background-color: pink;
|
||||
color: black;
|
||||
padding: 1em;
|
||||
border-radius: 0.3em;
|
||||
border: 1px solid black;
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
$font-stack: Helvetica, sans-serif;
|
||||
$primary-color: rgb(255, 255, 168);
|
||||
$background-color: rgb(85, 85, 85);
|
Loading…
Add table
Add a link
Reference in a new issue