Changeset af5a879 in at-w96k


Ignore:
Timestamp:
Jul 17, 2022, 11:29:53 AM (3 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
83bd007
Parents:
cfff059
Message:

Add border to article. Make css a bit more beatiful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    rcfff059 raf5a879  
    1414    position: relative;
    1515    border-radius: var(--universal-border-radius);
    16     border: 1px solid #f0f0f0;
     16    border: 1px solid #cfcfcf;
    1717}
    1818
     
    4343    text-transform: none;
    4444    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);
    4646    border-radius: 0.15em 0.15em 0 0;
    4747    text-decoration: underline;
Note: See TracChangeset for help on using the changeset viewer.