Skip to content

Commit 72d5ce4

Browse files
committed
CSS refactors
1 parent fbb42ac commit 72d5ce4

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/Layout/Command/index.module.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
.cleanButton {
2323
outline: none;
2424
font-family: var(--font-code);
25-
color: var(--color-text);
2625
display: flex;
2726
align-items: center;
2827
justify-content: center;
@@ -47,7 +46,6 @@
4746
border: none;
4847
outline: none;
4948
font-family: var(--font-code);
50-
color: var(--color-text);
5149
width: 100%;
5250
min-width: 0;
5351
}

src/global.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,10 @@ p {
114114

115115
input,
116116
button {
117+
background-color: var(--color-background);
117118
font-family: var(--font-main);
118119
font-size: 1em;
120+
color: var(--color-text);
119121
}
120122

121123
code {

src/pages/tools/color-converter/index.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
border-radius: var(--border-radius-small);
1717
border: var(--color-primary) solid 1px;
1818
background-color: transparent;
19-
color: var(--color-text);
2019
padding: 0 1em;
2120
}
2221

src/pages/tools/keyboard-visualizer/index.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
.mapItem {
4242
display: flex;
43+
align-items: center;
4344
}
4445

4546
.mapItem:is(:hover, :focus-within) {
@@ -62,6 +63,7 @@
6263
height: 1.5em;
6364
justify-content: center;
6465
align-items: center;
66+
font-weight: bolder;
6567
}
6668

6769
.mapItemDeleteButton:hover {

0 commit comments

Comments
 (0)