feat(dashboard): rename theming scss files
This commit is contained in:
parent
d685f6228e
commit
8688cdb289
@ -7,7 +7,7 @@
|
|||||||
<title>PluralKit | home</title>
|
<title>PluralKit | home</title>
|
||||||
<!-- extra data -->
|
<!-- extra data -->
|
||||||
<link rel="stylesheet" href="/styles/generic.scss" />
|
<link rel="stylesheet" href="/styles/generic.scss" />
|
||||||
<link rel="stylesheet" href="/styles/dark.scss" />
|
<link rel="stylesheet" href="/styles/themes.scss" />
|
||||||
<script defer data-domain="dash.pluralkit.me" src="https://plausible.pluralkit.me/js/plausible.js"></script>
|
<script defer data-domain="dash.pluralkit.me" src="https://plausible.pluralkit.me/js/plausible.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
$primary: #da9317;
|
|
||||||
@import "../node_modules/bootstrap/scss/bootstrap.scss";
|
|
||||||
|
|
||||||
.footer.bg-light {
|
|
||||||
background-color: var(--bs-light) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.description a {
|
|
||||||
color: var(--bs-primary) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
> * {
|
|
||||||
.nav-item {
|
|
||||||
.btn.btn-transparent {
|
|
||||||
color: rgba(0,0,0,.55);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user