Compare commits

..

5 Commits

Author SHA1 Message Date
fox 8b2be80b1b foreman command
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details
2022-12-09 22:22:57 -06:00
fox 7f0772b108 format spacing and 80 character limit 2022-12-09 22:21:18 -06:00
fox 8e5a94ef91 add missing packages 2022-12-09 19:34:43 -06:00
fox bafc635df8 comment out optional commands 2022-12-09 19:34:05 -06:00
fox 36493354ad nest bullets 2022-12-08 23:22:56 -06:00
2 changed files with 11 additions and 18 deletions

View File

@ -10,6 +10,17 @@ $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;
@ -1681,15 +1692,6 @@ 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,15 +1681,6 @@ 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;