Skip to content

Commit 8eb6210

Browse files
authored
Merge pull request #33 from NeoScript/update_host_color
Update host color
2 parents 258dbda + f272061 commit 8eb6210

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webapp",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
.content {
2-
width: 100%;
3-
4-
display: inline-flex;
5-
justify-content: space-between;
6-
align-items: center;
2+
width: 100%;
3+
4+
display: inline-flex;
5+
justify-content: space-between;
6+
align-items: center;
77
}
88

99
.links {
10-
display: flex;
11-
flex-direction: row;
12-
gap: 1em;
10+
display: flex;
11+
flex-direction: row;
12+
gap: 1em;
1313

14-
align-items: center;
14+
align-items: center;
15+
color: orange;
1516
}
1617

1718
button {
18-
&:hover {
19-
color: lightgreen;
20-
}
21-
}
19+
&:hover {
20+
color: lightgreen;
21+
}
22+
}

0 commit comments

Comments
 (0)