stuff
parent
1bd7ae010f
commit
181a1f1590
|
@ -1 +0,0 @@
|
||||||
../../data/_theme.scss
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
// override vars for theming here
|
||||||
|
$background: rgb(19, 19, 19);
|
||||||
|
$light-background: #141414;
|
||||||
|
$text-color: rgb(238, 238, 238);
|
||||||
|
$primary-color: #dfd39d;
|
||||||
|
$secondary-color: #e07127;
|
||||||
|
$form-background-color: rgb(39, 39, 39);
|
||||||
|
$form-text-color: rgb(255, 255, 255);
|
||||||
|
$muted-color: rgb(156, 156, 156); // solarized comment text
|
||||||
|
$primary-button-text-color: rgb(34, 34, 34);
|
||||||
|
$code-highlight-background: #1b1b1b;
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
sudo docker compose build
|
docker compose build
|
||||||
sudo docker compose down
|
docker compose down
|
||||||
sudo docker compose up -d
|
docker compose up -d
|
||||||
|
|
Loading…
Reference in New Issue