Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TanPitch authored Apr 20, 2024
1 parent b66b251 commit 0dbe8d3
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,21 @@
--light-bg-purple: #F6F3F9;
--light-bg-pink: #FAF1F5;
--light-bg-red: #FDEBEC;

--alert: #45160d;
}

::selection {
/* color: var(--b5); */
background: var(--h1);
}

h1,h2,h3,h4,h5,h6 {
h1,
h2,
h3,
h4,
h5,
h6 {
padding: 0.5em 1em;
background-color: var(--h1);
border-radius: 6px;
Expand All @@ -65,7 +72,12 @@ a {
text-decoration: none;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: var(--h0);
text-decoration: underline;
}
Expand Down Expand Up @@ -317,6 +329,20 @@ body {

}

.dose_detail {
width: 95%;
display: flex;
gap: 10px;
font-size: 14px;
padding: 0 0 8px;
color: var(--b4);
}

.dose_alert {
font-weight: 600;
color: var(--light-text-red);
}

.row_btn {
display: flex;
align-items: center;
Expand Down

0 comments on commit 0dbe8d3

Please sign in to comment.