remove unused selectors

This commit is contained in:
Daniel Bulant 2022-01-24 08:20:52 +01:00
parent 3d51c13f07
commit fe9b92ad10
2 changed files with 0 additions and 14 deletions

View file

@ -31,17 +31,6 @@
.dark .address {
color: rgba(191, 191, 191, 0.835);
}
.contact > a {
color: #202020;
font-size: 36px;
font-weight: 500;
margin: 20px 0;
display: block;
font-size: max(min(36px, 4vw), 23px);
}
.dark.contact > a {
color: rgb(191, 191, 191);
}
.profiles {
display: flex;
justify-content: center;

View file

@ -138,9 +138,6 @@
cursor: pointer;
background: rgba(255,255,255,0.1);
}
.dark .dialog {
background: rgba(0,0,0,0.1);
}
h2 {
margin-top: 0;
margin-block-start: 0;