Skip to content

Commit ca338be

Browse files
committed
Added some color.
1 parent b417ddc commit ca338be

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

assets/css/site.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,16 @@
66
margin-right: .5rem;
77
content: "";
88
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
9+
}
10+
11+
h1, h2, h3, h4, h5 {
12+
color:#0F4C5C;
13+
}
14+
15+
a {
16+
color: #E36414;
17+
}
18+
19+
a:hover {
20+
color: #FB8B24;
921
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
layout: default
66
---
77
<h1>Community Code Review</h1>
8-
<p class="fs-5 col-md-8">Welcome to the website of the Community Code Review Working Group of DHTech! </p>
8+
<p class="fs-5 col-md-8">Welcome to the website of the Community Code Review Working Group of <a href="https://dh-tech.github.io/">DHTech</a>! </p>
99

1010
<p>
1111
<i>Code review</i> is a widespread technique to improve software and reduce the number of flaws. In a code review, a programmer (other than the original code author(s)) reviews the source code. They ask questions and make suggestions for improving the software. In addition to identifying and eliminating errors, code review can improve overall quality by making the source code more readable and maintainable.</p>

0 commit comments

Comments
 (0)