Skip to content

Commit 5ef6062

Browse files
committed
Adjusted ietf.css to match our palette primary colour in a few places.
- Legacy-Id: 9384
1 parent d83b078 commit 5ef6062

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

static/css/ietf.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ label.required:after { content: "\2217"; color: #a94442; font-weight: bold; }
112112
.ballot-icon table { margin: 0 0 10px 10px; }
113113

114114
/* Style the right-hand page navigation affix used on some pages. */
115+
115116
#affix .nav > li > a {
116117
display: block;
117118
padding: 4px 20px;
@@ -123,20 +124,20 @@ label.required:after { content: "\2217"; color: #a94442; font-weight: bold; }
123124
#affix .nav > li > a:hover,
124125
#affix .nav > li > a:focus {
125126
padding-left: 19px;
126-
color: #428bca;
127+
color: #5f4f9f;
127128
text-decoration: none;
128129
background-color: transparent;
129-
border-left: 1px solid #428bca;
130+
border-left: 1px solid #5f4f9f;
130131
border-radius: 0;
131132
}
132133
#affix .nav > .active > a,
133134
#affix .nav > .active:hover > a,
134135
#affix .nav > .active:focus > a {
135136
padding-left: 18px;
136137
font-weight: bold;
137-
color: #428bca;
138+
color: #5f4f9f;
138139
background-color: transparent;
139-
border-left: 2px solid #428bca;
140+
border-left: 2px solid #5f4f9f;
140141
border-radius: 0;
141142
}
142143

0 commit comments

Comments
 (0)