Files
FreshRSS/docs/assets/css/style.scss
Alexandre Alapetite 5a891dc0e4 Update dev dependencies stylelint SASS (#4173)
* Update dev dependencies stylelint SASS
Major update for stylelint with breaking changes
https://stylelint.io/migration-guide/to-14/

Applied automatic SASS migration to current syntax
https://sass-lang.com/documentation/cli/migrator#migrations

And a few manual fixes such as:
https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/dollar-variable-no-missing-interpolation/README.md

Other dev dependencies are minor updates.

* RTLCSS

* Fix color-hex-length bug

* Implement make bin/composer

* Update git hash
2022-02-04 15:41:51 +01:00

12 lines
162 B
SCSS

// stylelint-disable-next-line
@import "{{ site.theme }}";
.page-header .project-name a {
color: #fff;
&:hover {
text-decoration: none;
opacity: .7;
}
}