updated theme Twenty Nineteen version 2.4

This commit is contained in:
2022-11-24 13:41:02 +00:00
committed by Gitium
parent d80868cf0e
commit 555673545b
20 changed files with 1012 additions and 461 deletions

View File

@ -350,12 +350,12 @@
//! Pullquote
.wp-block-pullquote {
color: $color__text-main;
border-color: transparent;
border-width: 2px;
padding: $size__spacing-unit;
blockquote {
color: $color__text-main;
border: none;
margin-top: calc(4 * #{ $size__spacing-unit});
margin-bottom: calc(4.33 * #{ $size__spacing-unit});

View File

@ -40,6 +40,7 @@ a:focus {
outline: thin;
outline-style: dotted;
text-decoration: underline;
text-decoration-thickness: 2px;
}
h1,

View File

@ -17,5 +17,6 @@ a {
&:focus {
outline: thin dotted;
text-decoration: underline;
text-decoration-thickness: 2px;
}
}

View File

@ -323,6 +323,7 @@
a {
text-decoration: underline;
text-decoration-thickness: 2px;
&:hover {
text-decoration: none;

View File

@ -212,6 +212,7 @@
a {
text-decoration: underline;
text-decoration-thickness: 2px;
&.button,
&:hover {

View File

@ -81,6 +81,7 @@
a {
text-decoration: underline;
text-decoration-thickness: 2px;
}
.wp-calendar-table {

View File

@ -58,5 +58,6 @@ a {
&:focus {
text-decoration: underline;
text-decoration-thickness: 2px;
}
}