💄style: set consistent no border radius

Only border radius left is main picture.
main
welpo 2 years ago
parent ffb4c1279f
commit 4f7e25b01e
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -10,7 +10,6 @@
min-height: 100px; min-height: 100px;
background: var(--bg-2); background: var(--bg-2);
border: 2px solid var(--border-color); border: 2px solid var(--border-color);
border-radius: 10px;
overflow: hidden; overflow: hidden;
} }
@ -56,7 +55,6 @@
.bloglist-table-row { .bloglist-table-row {
padding: 2%; padding: 2%;
background-color: var(--navbar-color); background-color: var(--navbar-color);
border-radius: 5px;
transition: 300ms; transition: 300ms;
width: 28%; width: 28%;
margin-right: 1%; margin-right: 1%;

@ -1,12 +1,10 @@
code { code {
background-color: var(--bg-1); background-color: var(--bg-1);
padding: 0.1em 0.2em; padding: 0.1em 0.2em;
border-radius: 5px;
} }
pre { pre {
/* Rounded border */ /* Rounded border */
border-radius: 5px;
border: 1px solid var(--border-color); border: 1px solid var(--border-color);
line-height: 1.4; line-height: 1.4;
overflow-x: auto; overflow-x: auto;
@ -35,7 +33,6 @@ pre code[class*="language-"] {
pre code[class*="language-"]::before { pre code[class*="language-"]::before {
background: black; background: black;
border-radius: 0 0 0.25rem 0.25rem;
color: white; color: white;
font-size: 12px; font-size: 12px;
letter-spacing: 0.025rem; letter-spacing: 0.025rem;

@ -57,17 +57,16 @@ header {
justify-content: right; justify-content: right;
color: var(--text-color); color: var(--text-color);
padding: 0.66rem; padding: 0.66rem;
border-radius: 5px;
transition: 100ms; transition: 100ms;
} }
.home-title { .home-title {
font-size: 1.7em; font-size: 1.7em;
font-weight: 600; font-weight: 600;
padding-right: 0.33rem;
border: none; border: none;
color: var(--accent-color); color: var(--accent-color);
text-decoration: none; text-decoration: none;
border-radius: 5px;
} }
.meta { .meta {

@ -10,7 +10,6 @@
position: relative; position: relative;
width: 22%; width: 22%;
overflow: hidden; overflow: hidden;
border-radius: 10px;
text-align: center; text-align: center;
} }

@ -6,7 +6,6 @@
color: var(--hover-color); color: var(--hover-color);
text-decoration: none; text-decoration: none;
padding: 2px 4px; padding: 2px 4px;
border-radius: 4px;
margin-left: 6px; margin-left: 6px;
background-color: var(--primary-color); background-color: var(--primary-color);
} }

@ -10,9 +10,7 @@
width: 1rem; width: 1rem;
height: 1rem; height: 1rem;
position: absolute; position: absolute;
// top: -30px;
left: 0px; left: 0px;
border-radius: 50%;
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
display: flex; display: flex;
justify-content: center; justify-content: center;

Loading…
Cancel
Save