mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
rebranding
This commit is contained in:
parent
875626da88
commit
75fa88cb5b
7 changed files with 18 additions and 10 deletions
|
|
@ -1,4 +1,5 @@
|
|||
$color-hero: #563f5a;
|
||||
$color-background: #e8e4dd;
|
||||
$color-hero: #435a3f;
|
||||
$color-dragon: #9b1c47;
|
||||
$color-gray: #6f6f6f;
|
||||
$color-light-gray: #ededed;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
// .v-main {
|
||||
// background-color: $color-background;
|
||||
// }
|
||||
// .theme--light.v-navigation-drawer {
|
||||
// background-color: darken($color-background, 0);
|
||||
// }
|
||||
|
||||
.column-count-2 {
|
||||
column-count: 2;
|
||||
column-gap: 25pt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue