1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 10:16: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

@ -10,11 +10,11 @@ body {
top: -3px;
box-shadow: -1px -1px 0 #dad8de;
.theme--dark & {
.tw-theme--dark & {
box-shadow: -1px -1px 0 #2c2541;
}
.theme--ffz & {
.tw-theme--ffz & {
box-shadow: -1px -1px 0 var(--ffz-color-20);
}
}
@ -23,11 +23,11 @@ body {
bottom: -3px;
box-shadow: 1px 1px 0 #dad8de;
.theme--dark & {
.tw-theme--dark & {
box-shadow: 1px 1px 0 #2c2541;
}
.theme--ffz & {
.tw-theme--ffz & {
box-shadow: 1px 1px 0 var(--ffz-color-20);
}
}
@ -36,11 +36,11 @@ body {
right: -3px;
box-shadow: -1px 1px 0 #dad8de;
.theme--dark & {
.tw-theme--dark & {
box-shadow: -1px 1px 0 #2c2541;
}
.theme--ffz & {
.tw-theme--ffz & {
box-shadow: -1px 1px 0 var(--ffz-color-20);
}
}
@ -49,11 +49,11 @@ body {
left: -3px;
box-shadow: 1px -1px 0 #dad8de;
.theme--dark & {
.tw-theme--dark & {
box-shadow: 1px -1px 0 #2c2541;
}
.theme--ffz & {
.tw-theme--ffz & {
box-shadow: 1px -1px 0 var(--ffz-color-20);
}
}
@ -123,7 +123,7 @@ body {
}
.theme--dark & {
.tw-theme--dark & {
background: #fff;
color: #0e0c13;