Making WordPress.org

Changeset 6436


Ignore:
Timestamp:
01/25/2018 08:09:19 PM (7 years ago)
Author:
obenland
Message:

Gutenberg: Underline links in content and lists.

Props Soean.
Fixes #3311.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css

    r6304 r6436  
    543543}
    544544
     545li a,
     546.entry-content a {
     547    text-decoration: underline;
     548}
     549
    545550.site-main .comment-navigation, .site-main
    546551.posts-navigation, .site-main
     
    10111016
    10121017/* Override the `p a` styling for .org */
    1013 .site-title a {
     1018p a,
     1019p a:hover,
     1020.site-title a,
     1021.site-title a:hover {
    10141022    border-bottom: none;
    1015 }
    1016 
    1017 .site-title a:hover {
    1018     border-bottom-color: #00a0d2;
    10191023}
    10201024
Note: See TracChangeset for help on using the changeset viewer.