diff --git a/assets/styles/app.scss b/assets/styles/app.scss index a697d7ed4ed9eb547bc602270881bf83caaeb95f..ccc51df916b99d941130061cbcc3cf9da294ecc6 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;