| OLD | NEW |
| 1 // This file is part of website-defaults | 1 // This file is part of website-defaults |
| 2 // Copyright (C) 2016-present eyeo GmbH | 2 // Copyright (C) 2016-present eyeo GmbH |
| 3 // | 3 // |
| 4 // website-defaults is free software: you can redistribute it and/or | 4 // website-defaults is free software: you can redistribute it and/or |
| 5 // modify it under the terms of the GNU General Public License as published by | 5 // modify it under the terms of the GNU General Public License as published by |
| 6 // the Free Software Foundation, either version 3 of the License, or | 6 // the Free Software Foundation, either version 3 of the License, or |
| 7 // (at your option) any later version. | 7 // (at your option) any later version. |
| 8 // | 8 // |
| 9 // website-defaults is distributed in the hope that it will be useful, | 9 // website-defaults is distributed in the hope that it will be useful, |
| 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 } | 84 } |
| 85 | 85 |
| 86 h6 | 86 h6 |
| 87 { | 87 { |
| 88 font-size: 0.7em; | 88 font-size: 0.7em; |
| 89 } | 89 } |
| 90 | 90 |
| 91 /* Body content | 91 /* Body content |
| 92 ****************************************************************************/ | 92 ****************************************************************************/ |
| 93 | 93 |
| 94 .lead |
| 95 { |
| 96 font-size: 1.25em; |
| 97 } |
| 98 |
| 94 a, | 99 a, |
| 95 a:visited | 100 a:visited |
| 96 { | 101 { |
| 97 color: $accent; | 102 color: $accent; |
| 98 } | 103 } |
| 99 | 104 |
| 100 hr | 105 hr |
| 101 { | 106 { |
| 102 border: 1px solid $secondary-light; | 107 border: 1px solid $secondary-light; |
| 103 } | 108 } |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 { | 167 { |
| 163 /* undo browser default (opinionated)*/ | 168 /* undo browser default (opinionated)*/ |
| 164 font-weight: $bold-weight; | 169 font-weight: $bold-weight; |
| 165 } | 170 } |
| 166 | 171 |
| 167 dd | 172 dd |
| 168 { | 173 { |
| 169 margin: 0.25em 0em 1em 0em; | 174 margin: 0.25em 0em 1em 0em; |
| 170 } | 175 } |
| 171 } | 176 } |
| OLD | NEW |