diff --git a/frontend/static/quotes/code_csharp.json b/frontend/static/quotes/code_csharp.json index 48ebaf835..5fdaf3c6b 100644 --- a/frontend/static/quotes/code_csharp.json +++ b/frontend/static/quotes/code_csharp.json @@ -139,13 +139,13 @@ "source": "BogoSort", "length": 249 }, - { + { "text": "for (int i = 0; i < 2; i++) {\n\t for (int j = 0; j < 2; j++) {\n\t\t for (int k = 0; k < 3; k++) {\n\t\t\t Console.WriteLine(\"element at index [{0}, {1}, {2}] is : {3}\", i, j, k, arr.GetValue(i, j, k));\n\t\t }\n\t }\n }", "id": 23, "source": "Geeks For Geeks - Array.GetValue() Method in C# with Examples", "length": 206 }, - { + { "text": "static public void Main() {\n\t\t string[] @for = {\"C#\", \"PHP\", \"Java\", \"Python\"};\n\t\t foreach (string @as in @for) {\n\t\t\t Console.WriteLine(\"Element of Array: {0}\", @as); \n\t\t\t} \n\t\t}", "id": 24, "source": "Geeks For Geeks - C# | Verbatim String Literal", diff --git a/frontend/static/themes/rainbow_trail.css b/frontend/static/themes/rainbow_trail.css index 63c4db4f8..e34e54f89 100644 --- a/frontend/static/themes/rainbow_trail.css +++ b/frontend/static/themes/rainbow_trail.css @@ -29,7 +29,7 @@ animation: rainbow-gradient 30s alternate ease-in-out infinite; } -#top .logo .top, +#top .logo .top, .account .levelAndBar .level, [aria-label][data-balloon-pos]::after { -webkit-text-fill-color: initial;