]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/rust.css
Rollup merge of #87322 - chazkiker2:fix/suggestion-ref-sync-send, r=estebank
[rust.git] / src / doc / rust.css
index 1afac25cf16a26d4a0cab84250196804996adb40..d33ab0326031f84febab82ab42c0800ccce76c68 100644 (file)
@@ -6,6 +6,9 @@ body {
        font-size: 18px;
        color: #333;
        line-height: 1.428571429;
+
+       -webkit-box-sizing: unset;
+       -moz-box-sizing: unset;
        box-sizing: unset;
 }
 @media (min-width: 768px) {
@@ -38,6 +41,7 @@ h5, h6 {
 
 h1 {
        font-size: 28px;
+       font-weight: 500;
        padding: .1em .4em;
        border-bottom: 2px solid #ddd;
 }
@@ -47,10 +51,12 @@ h1.title {
 h2 {
        font-size: 26px;
        padding: .2em .5em;
+       border-bottom: 1px solid #ddd;
 }
 h3 {
        font-size: 24px;
        padding: .2em .7em;
+       border-bottom: 1px solid #DDE8FC;
 }
 h4 {
        font-size: 22px;
@@ -105,7 +111,9 @@ footer {
 /* Links layout */
 
 a {
+       text-decoration: none;
        color: #428BCA;
+       background: transparent;
 }
 a:hover, a:focus {
        color: #2A6496;