reverted css to UCSC colors, fixed header styling, added placeholder openram logo

This commit is contained in:
Jesse Cirimelli-Low
2018-11-11 09:27:07 -08:00
parent 4227a7886a
commit 0dd97e54dd
3 changed files with 22 additions and 15 deletions
+5 -3
View File
@@ -1,6 +1,6 @@
<style>
#data {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 99%;
max-width: 799px
@@ -19,8 +19,10 @@
padding-top: 11px;
padding-bottom: 11px;
text-align: left;
background-color: #FF8C00;
color: black;
background-color: #004184;
color: #F1B521;
}
</style>