aboutsummaryrefslogtreecommitdiff
path: root/static/_global.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-05 16:32:28 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-05 16:56:14 +0200
commit9aa43df9115fe947d8ee35eb03e2e7e8c31e5cb8 (patch)
treee5481b6b2589ab777599fbbd4822b1d4d6b1e396 /static/_global.scss
parentSlightly better parameter checking on save-event. (diff)
downloadcalp-9aa43df9115fe947d8ee35eb03e2e7e8c31e5cb8.tar.gz
calp-9aa43df9115fe947d8ee35eb03e2e7e8c31e5cb8.tar.xz
Made sidebar date headings sticky.
Diffstat (limited to 'static/_global.scss')
-rw-r--r--static/_global.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/_global.scss b/static/_global.scss
index 41f426f9..58e05155 100644
--- a/static/_global.scss
+++ b/static/_global.scss
@@ -13,4 +13,5 @@ $popup-style: "left";
/* Each popup can have a different amoutn of tabs.
Override this as appropriate */
--tabcount: 4;
+ --background-color: white;
}