updated theme Twenty Nineteen
version 2.4
This commit is contained in:
@ -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});
|
||||
|
@ -40,6 +40,7 @@ a:focus {
|
||||
outline: thin;
|
||||
outline-style: dotted;
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 2px;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
@ -17,5 +17,6 @@ a {
|
||||
&:focus {
|
||||
outline: thin dotted;
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 2px;
|
||||
}
|
||||
}
|
||||
|
@ -323,6 +323,7 @@
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 2px;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
|
@ -212,6 +212,7 @@
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 2px;
|
||||
|
||||
&.button,
|
||||
&:hover {
|
||||
|
@ -81,6 +81,7 @@
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 2px;
|
||||
}
|
||||
|
||||
.wp-calendar-table {
|
||||
|
@ -58,5 +58,6 @@ a {
|
||||
|
||||
&:focus {
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 2px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user