mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
05.12.2021 d7ff20a832b7ea3f6513bb255e5763482bd9f0e3
Fixes an issue where long links overflow page width

This commit fixes an issue where long links in a bibliography, for example, would overflow the width of post-content.
1 files modified
4 ■■■■ changed files
assets/css/style.css 4 ●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -369,8 +369,6 @@
    text-decoration: none;
    letter-spacing: 1px;
    color: var(--heading-color);
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.post .post-title a:hover {
@@ -381,6 +379,8 @@
    text-decoration: none;
    letter-spacing: 1px;
    color: #2660ab;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.post .post-content a:hover {