|
|
@@ -1,12 +1,4 @@
|
|
|
// Styleguide colors
|
|
|
-@ol-blue-gray-0 : #F4F5FB;
|
|
|
-@ol-blue-gray-1 : #DFE2E8;
|
|
|
-@ol-blue-gray-2 : #9DA7B7;
|
|
|
-@ol-blue-gray-3 : #727E91;
|
|
|
-@ol-blue-gray-4 : #455265;
|
|
|
-@ol-blue-gray-5 : #2C3645;
|
|
|
-@ol-blue-gray-6 : #1E2530;
|
|
|
-
|
|
|
@ol-green : #138A07;
|
|
|
@ol-dark-green : #004A0E;
|
|
|
@ol-blue : #3E70BB;
|
|
|
@@ -19,7 +11,6 @@
|
|
|
// Sidebar
|
|
|
@sidebar-bg : #FFF;
|
|
|
@sidebar-color : @ol-blue-gray-2;
|
|
|
-@sidebar-link-color : @ol-blue-gray-3;
|
|
|
@sidebar-active-bg : @ol-green;
|
|
|
@sidebar-active-color : #FFF;
|
|
|
@sidebar-hover-bg : @ol-blue-gray-1;
|
|
|
@@ -43,7 +34,6 @@
|
|
|
@file-tree-line-height : 2.05;
|
|
|
@file-tree-item-color : @ol-blue-gray-3;
|
|
|
@file-tree-item-focus-color : @file-tree-item-color;
|
|
|
-@file-tree-item-focus-selected-color : #FFF;
|
|
|
@file-tree-item-selected-color : #FFF;
|
|
|
@file-tree-item-input-color : @ol-blue-gray-2;
|
|
|
@file-tree-item-toggle-color : @ol-blue-gray-2;
|
|
|
@@ -88,6 +78,8 @@
|
|
|
@toolbar-icon-btn-hover-color : @ol-blue-gray-3;
|
|
|
@editor-header-logo-background : url(/img/ol-brand/overleaf-o.svg) center / contain no-repeat;
|
|
|
@project-name-color : @ol-blue-gray-3;
|
|
|
+@project-rename-link-color: @ol-blue-gray-3;
|
|
|
+@project-rename-link-color-hover: @ol-blue-gray-4;
|
|
|
@pdf-bg : @ol-blue-gray-0;
|
|
|
@logs-pane-bg: @ol-blue-gray-1;
|
|
|
|
|
|
@@ -114,7 +106,6 @@
|
|
|
|
|
|
// v2 History
|
|
|
@history-toolbar-color : @ol-blue-gray-3;
|
|
|
-@history-entry-day-bg : @ol-blue-gray-2;
|
|
|
@history-base-bg : @ol-blue-gray-0;
|
|
|
@history-file-badge-bg : rgba(0, 0, 0, .25);
|
|
|
@history-file-badge-color : #FFF;
|