1
0
Fork 0
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:
Maxime Moraine 2021-02-06 09:23:10 +01:00
parent 875626da88
commit 75fa88cb5b
7 changed files with 18 additions and 10 deletions

View file

@ -1,4 +1,5 @@
$color-hero: #563f5a;
$color-background: #e8e4dd;
$color-hero: #435a3f;
$color-dragon: #9b1c47;
$color-gray: #6f6f6f;
$color-light-gray: #ededed;

View file

@ -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;