- Timestamp:
- Sep 3, 2022, 1:32:21 AM (2 years ago)
- Branches:
- master
- Children:
- 0fd65e0
- Parents:
- 779efbc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/css/custom.css
r779efbc rb8c66ba 67 67 } 68 68 69 .navbar a: active, .navbar a:visited {69 .navbar a:visited { 70 70 color: purple; 71 71 } … … 116 116 border-radius: var(--universal-border-radius); 117 117 border: 1px solid #cfcfcf; 118 max-height: calc(100% - 2 * (var(--universal-margin) + 0.5em) - 9em);118 max-height: calc(100% - 3 * (var(--universal-margin) + 0.5em) - 5em); 119 119 overflow: auto; 120 120 max-width: 35ch; … … 215 215 } 216 216 217 a:active { 218 color: purple; 219 background: #ccc; 220 } 221 217 222 .abstract { 218 223 background: rgba(0,0,0,.1); 219 224 } 225 226 /* Org-mode */ 227 .done {color: green;} 228 .todo {color: red;}
Note:
See TracChangeset
for help on using the changeset viewer.