Browse Source

Update main.css

Idleman 8 years ago
parent
commit
ced6389a19
1 changed files with 22 additions and 1 deletions
  1. 22 1
      css/main.css

+ 22 - 1
css/main.css

@@ -1,5 +1,6 @@
 html, body, #wrap {
 	height: 100%;
+	background-color: #ebebeb;
 }
 
 body > #wrap {
@@ -62,6 +63,17 @@ display:none;
 	color: #ffffff;
 	text-align: center;
 }
+
+
+#resources .list-group-item:nth-child(2){
+    border-top-left-radius: 4px;
+    border-top-right-radius: 4px;
+}
+
+.list-group-item.active i{
+	color:#ffffff;
+}
+
 /* ==========================================================================
    Author's custom styles
    ========================================================================== */
@@ -73,10 +85,15 @@ div.CodeMirror{
 .navbar {
 	border-radius:0px;
 }
-
+#sketchTitle{
+	margin-bottom:0;
+}
 #sketchTitle input{
 	border:none;
 	border-bottom: 1px solid #cecece;
+	font-size: 30px;
+    font-weight: 200;
+	background-color:#EBEBEB;
 	width:100%;
 	transition:all 0.2s ease-in-out;
 }
@@ -85,6 +102,10 @@ div.CodeMirror{
 	border-color: #4FC1E9;
 }
 
+#resourceContent{
+	padding-top: 12px;
+}
+
 .resources a{
 	position:relative;
 	cursor:pointer;