round buttons; bigger icons

This commit is contained in:
Julian Brammer 2024-08-25 19:53:45 +02:00
parent a313368352
commit 7d0abea1dd

View File

@ -4,13 +4,12 @@
--secondary-color: hsl(210, 80%, 60%); --secondary-color: hsl(210, 80%, 60%);
--secondary-color2: hsl(210, 60%, 30%); --secondary-color2: hsl(210, 60%, 30%);
/*--secondary-color: rgb(0, 138, 216);*/
--font-weight: 400; --font-weight: 400;
--font-family: "Lucida Console"; --font-family: "Lucida Console";
--link-font-weight: 700; --link-font-weight: 700;
--link-border-radius: 5px; --link-border-radius: 1000px;
--page-max-width: 800px; --page-max-width: 800px;
} }
@ -125,8 +124,8 @@ header {
} }
& .icon { & .icon {
width: 20px; width: 25px;
height: 20px; height: 25px;
padding-right: 10px; padding-right: 10px;
padding-bottom: 4px; padding-bottom: 4px;
vertical-align: middle; vertical-align: middle;