Skip to content

Commit 99623da

Browse files
committed
refactor: fixing css properties
1 parent 7cb4fb5 commit 99623da

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
.com { color: #93a1a1; }
2+
.lit { color: #195f91; }
3+
.pun, .opn, .clo { color: #93a1a1; }
4+
.fun { color: #dc322f; }
5+
.str, .atv { color: #D14; }
6+
.kwd, .linenums .tag { color: #1e347b; }
7+
.typ, .atn, .dec, .var { color: teal; }
8+
.pln { color: #48484c; }
9+
10+
.prettyprint {
11+
padding: 8px;
12+
background-color: #f7f7f9;
13+
border: 1px solid #e1e1e8;
14+
}
15+
.prettyprint.linenums {
16+
-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
17+
-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
18+
box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
19+
}
20+
21+
/* Specify class=linenums on a pre to get line numbering */
22+
ol.linenums {
23+
margin: 0 0 0 33px; /* IE indents via margin-left */
24+
}
25+
ol.linenums li {
26+
padding-left: 12px;
27+
color: #bebec5;
28+
line-height: 18px;
29+
text-shadow: 0 1px 0 #fff;
30+
}

templates/EnigmaOps/pendingRequests.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% load static %}
33

44
{% block content_body %}
5-
<link rel="stylesheet" type="text/css" href="{% static " css/custom.css" %}">
5+
<link rel="stylesheet" type="text/css" href="{% static "css/custom.css" %}">
66
<style>
77
p {
88
overflow-wrap: break-word;

0 commit comments

Comments
 (0)