prettify, sorry for the big ass commit

This commit is contained in:
Olivier Gagnon
2021-09-04 19:09:30 -04:00
parent 3d7cdb4ef9
commit a18bdd6afc
554 changed files with 91615 additions and 66138 deletions
+14 -14
View File
@@ -6,25 +6,25 @@
@import "theme";
#augmentations-container {
position: fixed;
padding-top: 10px;
position: fixed;
padding-top: 10px;
}
#augmentations-content {
> p {
font-size: $defaultFontSize * 0.875;
width: 70%;
}
> p {
font-size: $defaultFontSize * 0.875;
width: 70%;
}
}
.augmentations-list {
button,
div {
color: var(--my-font-color);
text-decoration: none;
}
button,
div {
color: var(--my-font-color);
text-decoration: none;
}
button {
padding: 4px;
}
button {
padding: 4px;
}
}