Skip to content
Snippets Groups Projects

Resolve "Use dark theme"

Merged Benoît Harrault requested to merge 47-use-dark-theme into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@import "~bootswatch/dist/pulse/variables";
@import "~bootswatch/dist/darkly/variables";
@import "~bootstrap/scss/bootstrap";
@import "~bootstrap/scss/bootstrap";
@import "~bootswatch/dist/pulse/bootswatch";
@import "~bootswatch/dist/darkly/bootswatch";
table.table-fixed {
table.table-fixed {
table-layout: fixed;
table-layout: fixed;
@@ -18,7 +18,7 @@ table.table-fixed {
@@ -18,7 +18,7 @@ table.table-fixed {
}
}
.spotify-image > img {
.spotify-image > img {
border: solid 1px #888;
border: solid 1px #444;
text-align: center;
text-align: center;
max-height: 1rem;
max-height: 1rem;
max-width: 1rem;
max-width: 1rem;
Loading