We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc65ac commit bf0377dCopy full SHA for bf0377d
index.html
@@ -2,12 +2,6 @@
2
<html>
3
<head>
4
<title>Sam's Sarnies</title>
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <link href='http://fonts.googleapis.com/css?family=Vast+Shadow' rel='stylesheet' type='text/css'>
7
-
8
- <link rel="stylesheet" href="dist/css/bootstrap.css">
9
- <link rel="stylesheet" href="main.css">
10
11
12
</head>
13
main.css
@@ -0,0 +1,17 @@
1
+ #social-buttons button {
+ color: white;
+ }
+ .btn-twitter {
+ background-color: #00acee;
+ border-color: #009ad5;
+
+ .btn-facebook {
+ background-color: #4868ac;
+ border-color: #314776;
14
+ .btn-pinterest {
15
+ background-color: #b62f26;
16
+ border-color: #b62f26;
17
0 commit comments