Skip to content

Commit 081963d

Browse files
committed
about: remove #about-nav CSS
Signed-off-by: Julia Evans <[email protected]>
1 parent b3cf8b0 commit 081963d

File tree

2 files changed

+0
-80
lines changed

2 files changed

+0
-80
lines changed

assets/sass/dark-mode.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@
9292
img:not(.no-filter) {
9393
filter: brightness(0.9) contrast(0.6) invert(1);
9494
}
95-
96-
ol#about-nav li a {
97-
filter: brightness(0.8);
98-
}
9995
}
10096

10197
img[alt="Git"] {

assets/sass/lists.scss

Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -72,62 +72,6 @@ ul.books-list {
7272
}
7373
}
7474

75-
ol#about-nav {
76-
@extend .unstyled !optional;
77-
@include clearfix;
78-
79-
li {
80-
display: inline;
81-
float: left;
82-
width: 80px;
83-
height: 85px;
84-
padding-right: 5px;
85-
margin-right: 7px;
86-
87-
&:last-child {
88-
margin-right: 0;
89-
}
90-
91-
a {
92-
display: block;
93-
width: 60px;
94-
height: 80px;
95-
padding: 0 15px;
96-
font-size: 13px;
97-
line-height: 20px;
98-
text-align: center;
99-
color: var(--light-font-color-darker-35);
100-
opacity: 0.9;
101-
@include background-image-2x($baseurl + "images/icons/nav-circles", 90px, 180px);
102-
103-
&.current {
104-
@include background-image-2x($baseurl + "images/icons/nav-circles", 90px, 180px, 0 -90px);
105-
color: var(--main-bg);
106-
opacity: 1;
107-
}
108-
109-
&.one-line {
110-
height: 55px;
111-
padding-top: 35px;
112-
}
113-
114-
&.two-line {
115-
height: 62px;
116-
padding-top: 28px;
117-
}
118-
119-
&.three-line {
120-
height: 73px;
121-
padding-top: 17px;
122-
}
123-
124-
&:hover {
125-
opacity: 1;
126-
}
127-
}
128-
}
129-
}
130-
13175
ul.stackoverflow {
13276
@extend .unstyled !optional;
13377
font-size: 12px;
@@ -168,23 +112,3 @@ table.binaries {
168112
border: solid 1px transparent;
169113
}
170114
}
171-
// Breakpoint ----
172-
@media (max-width: $default){
173-
ol#about-nav {
174-
display: flex;
175-
flex-wrap: wrap;
176-
justify-content: space-between;
177-
}
178-
}
179-
180-
@media (max-width: $mobile-m){
181-
ol#about-nav {
182-
justify-content: unset;
183-
li {
184-
padding-right: 0;
185-
margin-right: 0.6rem;
186-
flex-basis: 29%;
187-
margin-bottom: 1rem;
188-
}
189-
}
190-
}

0 commit comments

Comments
 (0)