Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
d1cf601d
Commit
d1cf601d
authored
Mar 25, 2021
by
Prakhar Agarwal
🎯
Browse files
removed underline and changed text color
parent
4a378539
Changes
2
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/css/webapp/webapp.css
View file @
d1cf601d
...
...
@@ -231,6 +231,10 @@ li .hr{
max-height
:
30%
;
}
#console-window
a
{
text-decoration
:
none
;
}
.patch
{
flex-basis
:
100%
;
background-color
:
#f6f6f6
;
...
...
emscripten/project/purr-data/index.html
View file @
d1cf601d
...
...
@@ -86,7 +86,7 @@
<div
class=
"card"
id=
"console-window"
>
<div
class=
"card-header d-flex justify-content-between"
>
<h5>
<a
data-toggle=
"collapse"
data-parent=
"#windows"
href=
"#console_bottom"
>
Console
</a>
<a
class=
"text-dark"
data-toggle=
"collapse"
data-parent=
"#windows"
href=
"#console_bottom"
>
Console
</a>
</h5>
<div
class=
"console-find-webapp"
id=
"console_find"
style=
"display: none;"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment