Updated gogs.css - monospace font for hash
@@ -247,6 +247,9 @@
}
#repo-files-table {
margin-bottom: 20px;
+ .sha .label {
+ font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
+ }
th, td {
text-align: left;
line-height: 32px;