Skip to content

Commit b0ef6b5

Browse files
committed
styling
1 parent 3734a7a commit b0ef6b5

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

themes/hugo-sustain/layouts/partials/footer.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<footer>
22
<div id="footer">
33
<div class="container">
4-
<p class="text-muted">&copy; Andreas Marek. Powered by <a href="https://gohugo.io/">Hugo</a> and
5-
<a href="http://www.github.com/nurlansu/hugo-sustain/">sustain</a> with ♥</p>
4+
<p class="text-muted">&copy; Andreas Marek</p>
65
</div>
76
</div>
87
</footer>

themes/hugo-sustain/static/css/main.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,35 @@ body {
7878
color: #6b6b6b;
7979
}
8080

81+
/* table */
82+
83+
table {
84+
border-collapse: collapse;
85+
width: 100%;
86+
}
87+
88+
table tr:nth-child(even){
89+
background-color: #f2f2f2;
90+
}
91+
92+
table tr:hover {
93+
background-color: #ddd;
94+
}
95+
96+
table td, table th {
97+
border: 1px solid #ddd;
98+
padding: 8px;
99+
}
100+
101+
102+
table th {
103+
padding-top: 12px;
104+
padding-bottom: 12px;
105+
text-align: left;
106+
background-color: #4CAF50;
107+
color: #6b6b6b#;
108+
}
109+
81110
/* Custom page CSS */
82111
.container {
83112
width: auto;

0 commit comments

Comments
 (0)