diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 12 |
1 files changed, 10 insertions, 2 deletions
| @@ -58,7 +58,6 @@ nav > * { | |||
| 58 | 58 | ||
| 59 | flex: 1; | 59 | flex: 1; |
| 60 | 60 | ||
| 61 | text-decoration: none; | ||
| 62 | text-align: center; | 61 | text-align: center; |
| 63 | text-wrap: nowrap; | 62 | text-wrap: nowrap; |
| 64 | overflow: hidden; | 63 | overflow: hidden; |
| @@ -99,6 +98,7 @@ ul { | |||
| 99 | a, | 98 | a, |
| 100 | .copy { | 99 | .copy { |
| 101 | color: var(--color-primary); | 100 | color: var(--color-primary); |
| 101 | text-decoration: none; | ||
| 102 | } | 102 | } |
| 103 | 103 | ||
| 104 | .copy:hover { | 104 | .copy:hover { |
| @@ -117,7 +117,6 @@ a, | |||
| 117 | .links > a { | 117 | .links > a { |
| 118 | flex: 1; | 118 | flex: 1; |
| 119 | 119 | ||
| 120 | text-decoration: none; | ||
| 121 | text-align: center; | 120 | text-align: center; |
| 122 | text-wrap: nowrap; | 121 | text-wrap: nowrap; |
| 123 | padding: 0.25rem 1rem; | 122 | padding: 0.25rem 1rem; |
| @@ -125,3 +124,12 @@ a, | |||
| 125 | border: 0.1rem solid var(--color-primary); | 124 | border: 0.1rem solid var(--color-primary); |
| 126 | border-radius: 1rem; | 125 | border-radius: 1rem; |
| 127 | } | 126 | } |
| 127 | |||
| 128 | .chain-links { | ||
| 129 | display: flex; | ||
| 130 | } | ||
| 131 | |||
| 132 | .chain-links > * { | ||
| 133 | flex: 1; | ||
| 134 | text-align: center; | ||
| 135 | } | ||
