vrifox/gitea-theme
Archived
1
0
Fork 0
This repository has been archived on 2022-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-theme/scss/import/home.scss
2020-12-31 13:15:37 +01:00

30 lines
444 B
SCSS

// home
.home {
//.page.grid {
//.column.sixteen {
.hero {
h1 {
color: $white;
}
h2 {
color: $white-dark;
}
}
h1.hero {
color: $white !important;
.svg {
fill: $red;
}
}
p {
a {
color: $white;
text-decoration: underline;
text-underline-offset: 2px;
}
}
//}
//}
}