Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit adba7bc

Browse files
committed
Minor color change
1 parent 7be2835 commit adba7bc

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

WebApp.iml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="WEB_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$" />
6+
<orderEntry type="sourceFolder" forTests="false" />
7+
</component>
8+
</module>

src/style/helpers.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
.text-shadow-none{
1+
root {
2+
--highlight-area-gray: #333333;
3+
}
4+
5+
.text-shadow-none {
26
text-shadow: none;
37
}
48

@@ -12,7 +16,7 @@
1216
.login-container {
1317

1418
border-radius: 15px;
15-
background-color: #333333;
19+
background-color: var(--highlight-area-gray);
1620
@media (min-width: 992px) {
1721
width: 50%;
1822
left: 25%;

0 commit comments

Comments
 (0)