Style rework #35
2 changed files with 15 additions and 13 deletions
|
@ -20,17 +20,6 @@
|
|||
--title-weight: 600;
|
||||
}
|
||||
|
||||
/* Page theme */
|
||||
main {
|
||||
color: var(--font-color);
|
||||
font-size: var(--font-size);
|
||||
padding: 2em 1em;
|
||||
font-family: var(--font-family);
|
||||
color: var(--font-color);
|
||||
margin: 0 auto;
|
||||
max-width: 640px; /* breakpoint */
|
||||
}
|
||||
|
||||
/* Name header */
|
||||
.name {
|
||||
font-size: calc(var(--font-size) * 2.5);
|
||||
|
|
|
@ -10,6 +10,21 @@ a {
|
|||
font-size: var(--font-size);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
opacity: 0.6;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
main {
|
||||
color: var(--font-color);
|
||||
font-size: var(--font-size);
|
||||
padding: 2em 1em;
|
||||
font-family: var(--font-family);
|
||||
color: var(--font-color);
|
||||
margin: 0 auto;
|
||||
max-width: 640px; /* breakpoint */
|
||||
}
|
||||
|
||||
/* Navigation bar across all of the pages */
|
||||
.navbar {
|
||||
text-align: center;
|
||||
|
@ -42,8 +57,6 @@ a {
|
|||
|
||||
.navbar a:hover {
|
||||
text-decoration: underline;
|
||||
opacity: 0.6;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
.bold {
|
||||
|
|
Loading…
Reference in a new issue