lensfrex 1 year ago
parent 969291dcec
commit 6365b322be
Signed by: lensfrex
GPG Key ID: 947ADABD8533C476
  1. 1
      source/css/_partials/button.styl
  2. 2
      source/css/_partials/header/header.styl
  3. 2
      source/css/_partials/index.styl
  4. 13
      source/css/_partials/titled_card.styl
  5. 4
      source/css/common.styl

@ -1,5 +1,6 @@
.button-component
width: 100%
user-select: none
.button-container
a.active
background-position: -100% center

@ -1,7 +1,7 @@
.menu-items-container
display: flex;
flex-direction: row;
gap: 1.3rem;
gap: 16px;
height: 2.5rem;
justify-content: space-between;
position: relative;

@ -10,7 +10,7 @@
gap: 16px;
.post-list
background-color: rgba(231, 225, 199, 0.5);
height: 1920px
height: auto
width: 100%
.right-content

@ -1,9 +1,10 @@
.titled-card-compoment
background-color: rgb(231, 225, 199);
background-color: rgb(231, 225, 199)
.card-title
background-color: rgb(74, 71, 62);
color: rgb(231, 225, 199);
padding: 0.5em 1em;
background-color: rgb(74, 71, 62)
color: rgb(231, 225, 199)
padding: 0.5em 1em
user-select: none
.card-content
padding: 0.5em 1em;
color: rgb(74, 71, 62);
padding: 0.5em 1em
color: rgb(74, 71, 62)

@ -15,6 +15,10 @@ body
#main
margin-top: 2em
span::selection
background-color: rgb(74, 71, 62)
color: rgb(231, 225, 199)
.bottom-declaration
// container2%padding
// container2%width+=2%*2104%

Loading…
Cancel
Save