Change dev tools links to blue

This commit is contained in:
Paulus Schoutsen 2016-03-27 23:44:44 -07:00
parent dc0690eac7
commit 44234dad28
4 changed files with 8 additions and 4 deletions

View File

@ -13,7 +13,7 @@
} }
a { a {
color: var(--accent-color); color: var(--dark-primary-color);
} }
</style> </style>

View File

@ -13,7 +13,7 @@
} }
a { a {
color: var(--accent-color); color: var(--dark-primary-color);
} }
</style> </style>

View File

@ -17,7 +17,7 @@
} }
a { a {
color: var(--accent-color); color: var(--dark-primary-color);
} }
</style> </style>

View File

@ -22,8 +22,12 @@
margin-right: 16px; margin-right: 16px;
} }
.edit-pane a {
color: var(--dark-primary-color);
}
.horizontal .edit-pane { .horizontal .edit-pane {
max-width: 50%; max-width: 50%;
} }
.render-pane { .render-pane {