From cbc0ccb480c96989a747a6aa2a1f0915b597db48 Mon Sep 17 00:00:00 2001 From: Lakshyajeet Jalal Date: Fri, 7 Jun 2024 21:37:01 +0530 Subject: [PATCH] css fix --- README.md | 6 ++++-- linux/CMakeLists.txt | 2 +- web/style.css | 10 ++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84894f4..5e80e84 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -# visual_graphs +# Visual Graphs -A new Flutter project. +## Description + +A Graph Algorithm Visualizer diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 9a75cd7..a6044b5 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -4,7 +4,7 @@ project(runner LANGUAGES CXX) # The name of the executable created for the application. Change this to change # the on-disk name of your application. -set(BINARY_NAME "VisualGraphs") +set(BINARY_NAME "visual_graphs") # The unique GTK application identifier for this application. See: # https://wiki.gnome.org/HowDoI/ChooseApplicationID set(APPLICATION_ID "org.eu.mglsj.visual_graphs") diff --git a/web/style.css b/web/style.css index 4671727..21b812b 100644 --- a/web/style.css +++ b/web/style.css @@ -26,6 +26,16 @@ body { color: white; } +#loader-subtitle { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", + "Segoe UI Symbol"; + + font-weight: 300; + font-size: 16; + color: white; +} + .lds-ellipsis, .lds-ellipsis div { box-sizing: border-box;