File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11< footer >
22 < div id ="footer ">
33 < div class ="container ">
4- < p class ="text-muted "> © 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 "> © Andreas Marek</ p >
65 </ div >
76 </ div >
87</ footer >
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments