Skip to content

Commit 47d014a

Browse files
committed
updated css
1 parent 2e97b64 commit 47d014a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

assets/kylestechkorner/css/kylestechkorner-main.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ a:hover,a:active {
294294
/* align-items: center; */
295295
}
296296

297-
.latest-status::after {
297+
/*.latest-status::after {
298298
bottom: .1em;
299299
color: var(--purple-33);
300300
content: '\f10e';
@@ -303,7 +303,7 @@ a:hover,a:active {
303303
position: absolute;
304304
right: .25em;
305305
text-shadow: var(--orange-33)1px 1px 0;
306-
}
306+
}*/
307307

308308
hr {
309309
height: 1px;
@@ -340,9 +340,9 @@ pre code {
340340
blockquote {
341341
background-color: var(--accent);
342342
color: var(--bluegrey);
343-
border: 3px solid var(--link);
344-
border-radius: 8px;
345-
box-shadow: 4px 4px 0 var(--pink);
343+
border: 1px solid var(--link);
344+
border-top-left-radius: 1em;
345+
box-shadow: 2px 2px 0 var(--orange);
346346
margin: 1em auto;
347347
padding: 1em;
348348
position: relative;
@@ -357,7 +357,7 @@ blockquote::after {
357357
font-size: 1.25em;
358358
position: absolute;
359359
right: .25em;
360-
/*text-shadow: var(--pink)1px 1px 0;*/
360+
text-shadow: var(--orange)1px 1px 0;
361361
}
362362

363363
img,iframe {
@@ -543,13 +543,13 @@ svg.profile-accounts__icon {
543543

544544
#guestbooks___guestbook-form-container {
545545
background-color: var(--accent);
546-
color: var(--bluegrey);
546+
color: var(--accent);
547547
padding: 1em;
548-
border-radius: 8px;
548+
border-top-left-radius: 1em;
549549
width: 60%;
550550
margin: 0 auto;
551-
box-shadow: 4px 4px 0 var(--pink);
552-
border: 3px solid var(--link);
551+
box-shadow: 2px 2px 0 var(--pink);
552+
border: 1px solid var(--link);
553553
}
554554
input[type="text"], input[type="url"], textarea {
555555
width: 100%;

0 commit comments

Comments
 (0)