Changeset a8c08e1 for public/css/custom.css
- Timestamp:
- Oct 31, 2024, 3:42:01 PM (2 weeks ago)
- Branches:
- master
- Children:
- a6f4efb
- Parents:
- 7f82568
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/css/custom.css
r7f82568 ra8c08e1 7 7 } 8 8 9 :link { color: #0000EE; }10 :visited { color: #551A8B; }11 :visited:hover { color: blue; }9 a:link { color: #0000EE; } 10 a:visited { color: #551A8B; } 11 a:visited:hover { color: blue; } 12 12 13 13 html { … … 49 49 font-weight: 300; 50 50 border-radius: var(--universal-border-radius); 51 padding: 4px 2.5em;51 padding: 4px; 52 52 box-shadow: 0px 2px 0 rgba(0,0,255,.2); 53 53 background: rgba(0,0,255,0.05);
Note:
See TracChangeset
for help on using the changeset viewer.