Add middleware for background and browser title

This commit is contained in:
BlossomiShymae
2024-10-10 15:08:25 -05:00
parent 06f8e33000
commit 464af54611
4 changed files with 23 additions and 9 deletions

11
app.vue
View File

@@ -14,11 +14,7 @@ AOS.init();
<style lang="scss">
.app-background {
background: rgba(41, 31, 68, 0.9);
}
.app-background-solid {
background: rgb(41, 31, 68);
background: rgba(41, 31, 68, 1);
}
.aos-fix[data-aos][data-aos].aos-animate {
@@ -61,6 +57,7 @@ html {
position: relative;
z-index: 0;
transition: all 1s ease-out;
}
body {
@@ -90,7 +87,7 @@ svg {
}
table {
@extend .app-background-solid;
@extend .app-background;
}
thead, tbody, th, td {
@@ -103,7 +100,7 @@ table > tbody > tr:nth-of-type(2n+1) > * {
ul.dropdown-menu {
@extend .app-background-solid;
@extend .app-background;
}
.list-group-item {