Skip to content

Commit 6061237

Browse files
Minor edit.
1 parent d0cf4d5 commit 6061237

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets/CSS/astt.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import url("/assets/CSS/common_code.css");
22

33
.Whatsavailable, .astt, .h3 {
4-
color: rgb(151, 31, 207);
4+
color: var(--lx-web-plato-color);
55
}
66
.astt {
77
text-align: center;

assets/CSS/cont.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
@import url("/assets/CSS/common_code.css");
2+
13
.Whatsavailable, .conttitle {
2-
color: rgb(151, 31, 207);
4+
color: var(--lx-web-plato-color);
35
}
46
.conttitle {
57
text-align: center;
@@ -11,13 +13,11 @@
1113
@media screen and (width: 1920px) {
1214
body {
1315
background: url("/assets/Images/WalpaperImages/1920x1080/macosmonterey.png");
14-
font-family: Arial;
1516
}
1617
}
1718

1819
@media screen and (width: 2560px) {
1920
body {
2021
background: url("/assets/Images/WalpaperImages/2560x1440/macosmonterey.jpg");
21-
font-family: Arial;
2222
}
2323
}

0 commit comments

Comments
 (0)