@@ -294,7 +294,7 @@ a:hover,a:active {
294
294
/* align-items: center; */
295
295
}
296
296
297
- .latest-status ::after {
297
+ /* .latest-status::after {
298
298
bottom: .1em;
299
299
color: var(--purple-33);
300
300
content: '\f10e';
@@ -303,7 +303,7 @@ a:hover,a:active {
303
303
position: absolute;
304
304
right: .25em;
305
305
text-shadow: var(--orange-33)1px 1px 0;
306
- }
306
+ }*/
307
307
308
308
hr {
309
309
height : 1px ;
@@ -340,9 +340,9 @@ pre code {
340
340
blockquote {
341
341
background-color : var (--accent );
342
342
color : var (--bluegrey );
343
- border : 3 px solid var (--link );
344
- border-radius : 8 px ;
345
- box-shadow : 4 px 4 px 0 var (--pink );
343
+ border : 1 px solid var (--link );
344
+ border-top-left- radius : 1 em ;
345
+ box-shadow : 2 px 2 px 0 var (--orange );
346
346
margin : 1em auto;
347
347
padding : 1em ;
348
348
position : relative;
@@ -357,7 +357,7 @@ blockquote::after {
357
357
font-size : 1.25em ;
358
358
position : absolute;
359
359
right : .25em ;
360
- /* text-shadow: var(--pink )1px 1px 0;*/
360
+ text-shadow : var (--orange )1px 1px 0 ;
361
361
}
362
362
363
363
img , iframe {
@@ -543,13 +543,13 @@ svg.profile-accounts__icon {
543
543
544
544
# guestbooks___guestbook-form-container {
545
545
background-color : var (--accent );
546
- color : var (--bluegrey );
546
+ color : var (--accent );
547
547
padding : 1em ;
548
- border-radius : 8 px ;
548
+ border-top-left- radius : 1 em ;
549
549
width : 60% ;
550
550
margin : 0 auto;
551
- box-shadow : 4 px 4 px 0 var (--pink );
552
- border : 3 px solid var (--link );
551
+ box-shadow : 2 px 2 px 0 var (--pink );
552
+ border : 1 px solid var (--link );
553
553
}
554
554
input [type = "text" ], input [type = "url" ], textarea {
555
555
width : 100% ;
0 commit comments