refactor: anchor link and css fixes

This commit is contained in:
kateryna saprunova
2019-10-28 12:46:30 +01:00
parent 1ade7799d2
commit f4e37a130e
3 changed files with 10 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
app
fixed
height=68
class="pr-3 pl-2"
class="pr-3 pl-2 navbar"
dark
style="background-color: #171730;"
>

View File

@@ -1,5 +1,6 @@
html {
/*font-size: 100%;*/
scroll-behavior: smooth;
}
/* Style the header */
@@ -122,7 +123,7 @@ a.bread:hover {
.bread {
font-family: 'BebasNeueBold',sans-serif;
letter-spacing: 0.1em;
color: rgb(120, 0, 255)!important;
color: #00cc96 !important;
}
.theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
@@ -148,7 +149,7 @@ li.lefttree > a {
li.hot > a.hot {
text-decoration: none;
color: #7800FF!important;
color: #00cc96!important;
padding: 6px;
}
@@ -245,8 +246,8 @@ nav#TableOfContents {
img {
max-width: 90%;
margin-left: 5%;
padding: 18px;
margin-left: 0;
padding: 5px;
}
[v-cloak] > * { display:none }
@@ -281,11 +282,11 @@ table td, table th {
}
.ppurple {
color: #7800FF;
color: #00cc96;
}
.pbgpurple {
background-color: #7800FF!important;
background-color: #00cc96!important;
color: white;
}
@@ -324,7 +325,7 @@ code {
}
.primary--text {
color: #7800FF;
color: #00cc96;
}
.v-window {