Skip to content

Commit 09c1e4e

Browse files
authored
Update webdesign.cpp
1 parent 7bf8da4 commit 09c1e4e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

webdesign.cpp

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
#include <stdlib.h>
22

3-
extern const char sHtmlCssEtag [] = "00000005";
3+
extern const char sHtmlCssEtag [] = "00000006";
44
extern const char sHtmlCssFile [] =
55
"body {"
66
"font-family: Tahoma, Arial, sans-serif;"
77
"font-size: 80%;"
8-
"background-color: rgb(230, 230, 230);"
8+
"background-color: rgb(240, 240, 240);"
99
"}"
1010

1111
"a {"
12-
"color: rgb(43, 51, 62);"
12+
"color: rgb(44, 55, 66);"
1313
"}"
1414

1515
"a:link {"
1616
"text-decoration: none;"
1717
"}"
1818

1919
"a:visited {"
20-
"color: rgb(43, 51, 62);"
20+
"color: rgb(44, 55, 66);"
2121
"}"
2222

2323
"a:hover {"
@@ -42,9 +42,9 @@ extern const char sHtmlCssFile [] =
4242
"}"
4343

4444
".links {"
45-
"padding: 5px;"
45+
"padding: 7px;"
4646
"text-align: center;"
47-
"background-color: rgb(213, 213, 213);"
47+
"background-color: rgb(215, 215, 215);"
4848
"box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);"
4949
"}"
5050

@@ -72,7 +72,7 @@ extern const char sHtmlCssFile [] =
7272
"}"
7373

7474
"h4 {"
75-
"background-color: rgb(0, 129, 124);"
75+
"background-color: rgb(0, 130, 130);"
7676
"color: white;"
7777
"padding: 10px;"
7878
"margin: 10px 0px;"
@@ -85,7 +85,7 @@ extern const char sHtmlCssFile [] =
8585

8686
".flex-item {"
8787
"width: 33%;"
88-
"margin: 6px;"
88+
"margin: 3px;"
8989
"}";
9090

9191
size_t sHtmlCssSize = sizeof(sHtmlCssFile) - 1;
@@ -97,7 +97,7 @@ extern const char sHtmlCommonHeader [] =
9797
"<link rel='stylesheet' href='style.css' /><title>%s</title></head>"
9898
"<body>"
9999
"<div class='all'>"
100-
"<div class='header'><span style='color: rgb(255, 153, 0)'>XMR</span>-Stak-CPU</div>"
100+
"<div class='header'><span style='color: rgb(255, 160, 0)'>XMR</span>-Stak-CPU</div>"
101101

102102
"<div class='flex-container'>"
103103
"<div class='links flex-item'>"

0 commit comments

Comments
 (0)