Skip to content

Commit 6b1a02e

Browse files
committed
Style update
1 parent d6e5654 commit 6b1a02e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h1>
1414
<a href="/">
1515
<!-- NaoMod -->
16-
<img src="img/Team logo (simple white).png" alt="NaoMod">
16+
<img src="img/Team logo (simple-element).png" alt="NaoMod">
1717
</a>
1818
</h1>
1919
<h2>Nantes Software Modeling Group</h2>

img/Team logo (simple-element).png

5.08 KB
Loading

style.css

+4-3
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ area {
5151
}
5252

5353
header {
54-
background-color: #7bbeff;
54+
/*background-color: #7bbeff;*/
55+
background-color: #dddddd;
5556
color: #fafafa;
56-
text-shadow: 1px 1px 2px #2f679c;
57+
/*text-shadow: 1px 1px 2px #2f679c;*/
5758
text-align: center;
5859
padding: 1rem 1rem;
5960
margin-bottom: 3rem;
60-
border-bottom: 3px solid #4198ec;
61+
border-bottom: 3px solid #aaaaaa;
6162
}
6263

6364
header a {

0 commit comments

Comments
 (0)