Compare commits

..

6 Commits

Author SHA1 Message Date
fox 1cc11ff62a disable gems better_errors and binding_of_caller
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-12-15 11:59:00 -06:00
fox 5fcf5cb0d4 treehouse Vagrantfile init
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-12-15 11:57:06 -06:00
Rin 9c92ed320d make glitch style consistent 2022-12-15 10:46:16 -06:00
Rin 4528c8e848 make default masto style consistent 2022-12-15 10:46:16 -06:00
Rin 0a65c80101 fix default masto style too 2022-12-15 10:46:16 -06:00
Rin 3d36e7d938 fix missing link style in admin.scss - actually this time 2022-12-15 10:46:16 -06:00
2 changed files with 18 additions and 11 deletions

View File

@ -10,17 +10,6 @@ $content-width: 840px;
width: 100%;
min-height: 100vh;
a {
color: $highlight-text-color;
&:hover,
&:active,
&:focus {
text-decoration: none;
}
}
.sidebar-wrapper {
min-height: 100vh;
overflow: hidden;
@ -1692,6 +1681,15 @@ a.sparkline {
box-sizing: border-box;
min-height: 100%;
a {
color: $highlight-text-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
p {
margin-bottom: 20px;
unicode-bidi: plaintext;

View File

@ -1681,6 +1681,15 @@ a.sparkline {
box-sizing: border-box;
min-height: 100%;
a {
color: $highlight-text-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
p {
margin-bottom: 20px;
unicode-bidi: plaintext;