diff options
author | rstular <rok@stular.eu> | 2020-05-20 19:39:13 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-05-20 19:39:13 +0200 |
commit | 0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921 (patch) | |
tree | 689e9395aaef4cf57fc22f0fd4d74edbb7c65a75 /assets/css | |
parent | Night theme (diff) | |
parent | should be ok to merge (diff) | |
download | beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.tar beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.tar.gz beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.tar.bz2 beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.tar.lz beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.tar.xz beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.tar.zst beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.zip |
Diffstat (limited to '')
-rw-r--r-- | assets/css/styles.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/styles.css b/assets/css/styles.css index e2fa509..ae21606 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -383,4 +383,8 @@ p { .select-dropdown { color: var(--color-text) !important; -}
\ No newline at end of file +} + +h1, h2, h3, h4, h5, h6 { + color: var(--color-text) !important; +} |