Apply prettier to css

This commit is contained in:
Aditya Telange 2021-06-11 13:34:55 +05:30
parent 87fbe01124
commit df544469c9
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
8 changed files with 26 additions and 25 deletions

View file

@ -71,7 +71,7 @@
.post-content a,
.toc a:hover {
box-shadow: 0 1px 0;;
box-shadow: 0 1px 0;
}
.post-content a code {
@ -123,8 +123,8 @@
padding-inline-start: 10px;
}
.post-content dd~dd,
.post-content dt~dt {
.post-content dd ~ dd,
.post-content dt ~ dt {
margin-top: 10px;
}
@ -160,7 +160,7 @@
border-radius: var(--radius);
}
.post-content li>.highlight {
.post-content li > .highlight {
margin-inline-end: 0;
}
@ -200,7 +200,7 @@
.post-content code {
margin: auto 4px;
padding: 4px 6px;
font-size: .78em;
font-size: 0.78em;
line-height: 1.5;
background: var(--code-bg);
border-radius: 2px;
@ -210,7 +210,7 @@
display: block;
margin: auto 0;
padding: 10px;
color: rgba(255, 255, 255, .8);
color: rgba(255, 255, 255, 0.8);
background: 0 0;
border-radius: 0;
overflow-x: auto;
@ -239,7 +239,7 @@
border-radius: 4px;
}
.post-content img[src*='#center'] {
.post-content img[src*="#center"] {
margin: auto;
}
@ -247,14 +247,14 @@
text-align: center;
}
.post-content figure>figcaption {
.post-content figure > figcaption {
color: var(--primary);
font-size: 16px;
font-weight: bold;
margin: 8px 0 16px;
}
.post-content figure>figcaption>p {
.post-content figure > figcaption > p {
color: var(--secondary);
font-size: 14px;
font-weight: normal;
@ -265,7 +265,7 @@
border: 1px solid var(--border);
background: var(--code-bg);
border-radius: var(--radius);
padding: .4em;
padding: 0.4em;
}
.dark .toc {
@ -352,11 +352,11 @@
height: 30px;
width: 30px;
fill: currentColor;
transition: transform .1s;
transition: transform 0.1s;
}
.share-buttons svg:active {
transform: scale(.96);
transform: scale(0.96);
}
h1:hover .anchor,