- Timestamp:
- Jul 17, 2022, 11:29:53 AM (3 years ago)
- Branches:
- master
- Children:
- 83bd007
- Parents:
- cfff059
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/css/custom.css
rcfff059 raf5a879 14 14 position: relative; 15 15 border-radius: var(--universal-border-radius); 16 border: 1px solid # f0f0f0;16 border: 1px solid #cfcfcf; 17 17 } 18 18 … … 43 43 text-transform: none; 44 44 background: #fefefe; 45 box-shadow: 0 - 2px 0 rgba(0,0,0,.35),1px -1px 0px rgba(0,0,0,.15);45 box-shadow: 0 -3px 0 rgba(0,0,0,.15), 1px -1px 0px rgba(0,0,0,.15), -1px -1px 0px rgba(0,0,0,.15); 46 46 border-radius: 0.15em 0.15em 0 0; 47 47 text-decoration: underline;
Note:
See TracChangeset
for help on using the changeset viewer.