summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--style.css14
2 files changed, 13 insertions, 3 deletions
diff --git a/index.html b/index.html
index 5750ed3..b906138 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
<script src="js/main.js"></script>
</head>
<body ng-app="ciat">
- <h1><em>Baserock</em> <span>|</span> CIAT</h1>
+ <h1><em><a href="/#/">Baserock</a></em> <span>|</span> CIAT</h1>
<div class="content" ng-view>
</div>
</body>
diff --git a/style.css b/style.css
index 5079583..51ecf1d 100644
--- a/style.css
+++ b/style.css
@@ -1,5 +1,3 @@
-
-
html,body {
margin: 0;
padding: 0;
@@ -34,6 +32,18 @@ h1>span {
color: #777;
}
+h1>em>a, h1>em>a:visited {
+ font-style: normal;
+ color: #ddd;
+ text-decoration: none;
+}
+
+h1>em>a:hover {
+ font-style: normal;
+ color: #bbb;
+ text-decoration: none;
+}
+
.box {
color: black;
display: inline-block;