mirror of
https://github.com/yang991178/fluent-reader.git
synced 2025-02-07 23:38:41 +01:00
Merge branch 'master' of https://github.com/yang991178/rss-reader into 0.3.0
This commit is contained in:
commit
66d4d8ac45
@ -1,21 +1,3 @@
|
|||||||
:root {
|
|
||||||
--neutralLighterAlt: #faf9f8;
|
|
||||||
--neutralLighter: #f3f2f1;
|
|
||||||
--neutralLight: #edebe9;
|
|
||||||
--neutralQuaternaryAlt: #e1dfdd;
|
|
||||||
--neutralQuaternary: #d2d0ce;
|
|
||||||
--neutralTertiaryAlt: #c8c6c4;
|
|
||||||
--neutralTertiary: #a19f9d;
|
|
||||||
--neutralSecondaryAlt: #8a8886;
|
|
||||||
--neutralSecondary: #605e5c;
|
|
||||||
--neutralPrimaryAlt: #3b3a39;
|
|
||||||
--neutralPrimary: #323130;
|
|
||||||
--neutralDark: #201f1e;
|
|
||||||
--neutralDarker: #161514;
|
|
||||||
--black: #000;
|
|
||||||
--white: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
background-color: #f3f2f1;
|
background-color: #f3f2f1;
|
||||||
font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
|
font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
|
||||||
@ -193,6 +175,7 @@ a:hover, a:active {
|
|||||||
margin-left: 5vw;
|
margin-left: 5vw;
|
||||||
}
|
}
|
||||||
.light-container .screenshot {
|
.light-container .screenshot {
|
||||||
|
width: 95vw;
|
||||||
margin: 0 0 -25vw 5vw;
|
margin: 0 0 -25vw 5vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -25vw;
|
top: -25vw;
|
||||||
@ -208,4 +191,4 @@ a:hover, a:active {
|
|||||||
.features-container > section:last-of-type {
|
.features-container > section:last-of-type {
|
||||||
padding-bottom: 36px;
|
padding-bottom: 36px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user