Skip to content

Commit

Permalink
compile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanahamed committed Nov 18, 2024
1 parent 941db64 commit f2c900b
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 28 deletions.
28 changes: 16 additions & 12 deletions css/ehui-auto.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,18 +379,14 @@ input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
border-color: #6639BF;
background-color: #F5F5F5;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
border-color: #7C49F2;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
border-color: #7C49F2;
background-color: #FCFCFC;
}

.searchbar {
Expand Down Expand Up @@ -430,7 +426,13 @@ textarea:focus {
border: none;
}

.searchbar:hover {
background: #F0F0F0;
border-color: #6639BF;
}

.searchbar:focus-within {
background: #F5F5F5;
border-color: #7C49F2;
}

Expand Down Expand Up @@ -2354,18 +2356,14 @@ input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
border-color: #B899FF;
background-color: #242433;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
border-color: #9466FF;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
border-color: #9466FF;
background-color: #20202E;
}

.searchbar {
Expand Down Expand Up @@ -2405,7 +2403,13 @@ textarea:focus {
border: none;
}

.searchbar:hover {
background: #2B2B3D;
border-color: #B899FF;
}

.searchbar:focus-within {
background: #242433;
border-color: #9466FF;
}

Expand Down
14 changes: 8 additions & 6 deletions css/ehui-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,18 +379,14 @@ input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
border-color: #B899FF;
background-color: #242433;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
border-color: #9466FF;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
border-color: #9466FF;
background-color: #20202E;
}

.searchbar {
Expand Down Expand Up @@ -430,7 +426,13 @@ textarea:focus {
border: none;
}

.searchbar:hover {
background: #2B2B3D;
border-color: #B899FF;
}

.searchbar:focus-within {
background: #242433;
border-color: #9466FF;
}

Expand Down
14 changes: 8 additions & 6 deletions css/ehui-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,18 +379,14 @@ input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
border-color: #6639BF;
background-color: #F5F5F5;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
border-color: #7C49F2;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
border-color: #7C49F2;
background-color: #FCFCFC;
}

.searchbar {
Expand Down Expand Up @@ -430,7 +426,13 @@ textarea:focus {
border: none;
}

.searchbar:hover {
background: #F0F0F0;
border-color: #6639BF;
}

.searchbar:focus-within {
background: #F5F5F5;
border-color: #7C49F2;
}

Expand Down
4 changes: 2 additions & 2 deletions site/css/ehui-auto.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/css/ehui-dark.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/css/ehui-light.min.css

Large diffs are not rendered by default.

0 comments on commit f2c900b

Please sign in to comment.