Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mglsj committed Jun 7, 2024
1 parent 6dadebe commit cbc0ccb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# visual_graphs
# Visual Graphs

A new Flutter project.
## Description

A Graph Algorithm Visualizer
2 changes: 1 addition & 1 deletion linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
10 changes: 10 additions & 0 deletions web/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cbc0ccb

Please sign in to comment.