diff options
| author | 2019-08-14 22:29:28 +0200 | |
|---|---|---|
| committer | 2019-08-14 22:29:28 +0200 | |
| commit | 20c38d7083b188a70ac78362cc6af4c521a479c3 (patch) | |
| tree | c50b13559b3f91067f56091193b56272fd9a8dd6 /p/themes/p.css | |
| parent | 7fd88adeb081e2996cad48225bf0c74cfe8b90ef (diff) | |
[CI] Run stylelint (#2477)
* [CI] Run stylelint
Perform some basic CSS sanity checking and style enforcement.
I removed vendor prefixed linear-gradient and transform because those are from the IE9 era. With IE11 as a minimum and soon obsolete requirement it doesn't make much sense anymore.
* Remove as-link override
* Don't require newline after comment
* Also apply those newline rules to SCSS
* refine opening/closing braces, allow for single-line
Diffstat (limited to 'p/themes/p.css')
| -rw-r--r-- | p/themes/p.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/p/themes/p.css b/p/themes/p.css index 171b2078b..34b2ea72f 100644 --- a/p/themes/p.css +++ b/p/themes/p.css @@ -4,14 +4,17 @@ body { font-family: sans-serif; text-align: center; } + h1 { font-size: xx-large; - text-shadow: 1px -1px 0 #CCCCCC; + text-shadow: 1px -1px 0 #ccc; } + h1 a { - color: #0062BE; + color: #0062be; text-decoration: none; } + img { border: 0; } |
