mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-14 16:20:03 +00:00
Wrote a ton of color themes
This commit is contained in:
+3
-3
@@ -155,12 +155,12 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '../../src/styles/media-queries.scss';
|
||||
@import '@/styles/media-queries.scss';
|
||||
|
||||
.home {
|
||||
background: var(--background);
|
||||
padding-bottom: 1px;
|
||||
min-height: 90%;
|
||||
background: var(--background);
|
||||
min-height: calc(100vh - 126px);
|
||||
}
|
||||
|
||||
/* Outside container wrapping the item groups*/
|
||||
|
||||
Reference in New Issue
Block a user