feat: improve top padding and article toolbar style

This commit is contained in:
Jimmy Cai
2020-09-07 11:34:28 +02:00
parent 829678936b
commit 634e6ce96b
4 changed files with 11 additions and 6 deletions
+4
View File
@@ -10,6 +10,10 @@ $on-desktop-large: 1920px;
* CSS Variables
*/
:root {
@media (min-width: $on-phone + 1) {
--main-top-padding: 50px;
}
--body-background: #f5f5fa;
--accent-color: #34495e;
--accent-color-darker: #2c3e50;