mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-08 00:17:15 -05:00
14 lines
147 B
SCSS
14 lines
147 B
SCSS
---
|
|
---
|
|
|
|
@import "{{ site.theme }}";
|
|
|
|
.page-header .project-name a {
|
|
color: #fff;
|
|
|
|
&:hover {
|
|
text-decoration: none;
|
|
opacity: .7;
|
|
}
|
|
}
|