mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
remove unused selectors
This commit is contained in:
parent
3d51c13f07
commit
fe9b92ad10
2 changed files with 0 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue