1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 18:26:57 +00:00

tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-

This commit is contained in:
SirStendec 2017-12-13 17:35:20 -05:00
parent 5a9a3d221b
commit 4b246ade44
50 changed files with 1564 additions and 2167 deletions

View file

@ -16,7 +16,7 @@
background-color: $bg-light;
.theme--dark & {
.tw-theme--dark & {
background-color: $bg-dark;
}

View file

@ -19,7 +19,7 @@
.active > div,
.active > div:hover,
.theme--dark & .active > div:hover {
.tw-theme--dark & .active > div:hover {
background-color: #6441a4;
color: #fff;
}
@ -29,7 +29,7 @@
background-color: #fff;
.theme--dark & {
.tw-theme--dark & {
background-color: #201c2b;
}
}

View file

@ -2,6 +2,7 @@
position: relative;
.tw-balloon {
position: absolute;
margin-top: 0 !important
}
@ -22,7 +23,7 @@
opacity: .5;
font-variant: italic;
.theme--dark & {
.tw-theme--dark & {
opacity: .25;
}
}
@ -36,7 +37,7 @@
}
&:last-child {
&, .theme--dark & {
&, .tw-theme--dark & {
border-bottom: none !important
}
}
@ -51,7 +52,7 @@
&:hover {
background: rgba(100, 65, 164, .05);
.theme-dark & {
.tw-theme-dark & {
background: rgba(100, 65, 164, .2);
}
}

View file

@ -20,7 +20,7 @@
border-color: $border-light;
.theme--dark & {
.tw-theme--dark & {
border-color: $border-dark;
}