From 3d6a2ddaca901d0b107b5b51c468b869ebb640b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr> Date: Mon, 22 Aug 2022 15:00:33 +0200 Subject: [PATCH] Use dark theme (bootswatch / darkly) --- assets/styles/app.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/styles/app.scss b/assets/styles/app.scss index a697d7e..ccc51df 100644 --- a/assets/styles/app.scss +++ b/assets/styles/app.scss @@ -1,6 +1,6 @@ -@import "~bootswatch/dist/pulse/variables"; +@import "~bootswatch/dist/darkly/variables"; @import "~bootstrap/scss/bootstrap"; -@import "~bootswatch/dist/pulse/bootswatch"; +@import "~bootswatch/dist/darkly/bootswatch"; table.table-fixed { table-layout: fixed; @@ -18,7 +18,7 @@ table.table-fixed { } .spotify-image > img { - border: solid 1px #888; + border: solid 1px #444; text-align: center; max-height: 1rem; max-width: 1rem; -- GitLab