links
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
9 additions
and
1 deletions
| ... | @@ -17696,6 +17696,9 @@ p { | ... | @@ -17696,6 +17696,9 @@ p { |
| 17696 | .entry-content p + ul { | 17696 | .entry-content p + ul { |
| 17697 | margin-top: 0.938rem !important; | 17697 | margin-top: 0.938rem !important; |
| 17698 | } | 17698 | } |
| 17699 | .entry-content p a:hover { | ||
| 17700 | text-decoration: none; | ||
| 17701 | } | ||
| 17699 | .entry-content ul:not(.side-menu):not(.children) { | 17702 | .entry-content ul:not(.side-menu):not(.children) { |
| 17700 | padding-left: 2rem; | 17703 | padding-left: 2rem; |
| 17701 | } | 17704 | } | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -57,6 +57,11 @@ h1+p{ | ... | @@ -57,6 +57,11 @@ h1+p{ |
| 57 | p + ul{ | 57 | p + ul{ |
| 58 | margin-top:.938rem !important; | 58 | margin-top:.938rem !important; |
| 59 | } | 59 | } |
| 60 | p{ | ||
| 61 | a:hover{ | ||
| 62 | text-decoration: none; | ||
| 63 | } | ||
| 64 | } | ||
| 60 | ul:not(.side-menu):not(.children){ | 65 | ul:not(.side-menu):not(.children){ |
| 61 | padding-left: 2rem; | 66 | padding-left: 2rem; |
| 62 | li{ | 67 | li{ | ... | ... |
-
Please register or sign in to post a comment