forked from nawalgupta/PythonBuddy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (41 loc) · 751 Bytes
/
style.css
File metadata and controls
47 lines (41 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
body{
background-color: #428bca !important;
font-family: 'Inconsolata',sans-serif;
color:white !important;
}
.cm-s-default {
-webkit-box-shadow: 5px 5px 20px 8px rgba(62,132,189,1);
-moz-box-shadow: 5px 5px 20px 8px rgba(62,132,189,1);
box-shadow: 5px 5px 20px 8px rgba(62,132,189,1);
}
/*
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
*/
/*
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
*/
/*
tr:nth-child(even) {
background-color: #dddddd;
}
*/
button{
font-size: 20px !important;
}
a{
color:white;
}
a:hover{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
}