When I use something like \[\textcolor{White}{\contour{green}{\alpha}}\] the alpha comes out in green, not white, and has no outline whatsoever. How can I fix this? I want it to be in white with a green outline.
Thanks for your help.
MWE
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{amssymb,amsmath,amsthm}
\usepackage[runin]{abstract}
\usepackage{titlesec}
\usepackage{titlecaps}
\usepackage{fancyhdr}
\usepackage{breqn}
\usepackage{bm}
\usepackage[english]{babel}
\usepackage[outline]{contour}
\usepackage{geometry} %Geometry package to change the text width
\geometry{textwidth=8cm} %8cm Text width
\usepackage[dvipsnames]{xcolor}
\begin{document}
[\textcolor{White}{\contour{green}{\alpha}}]
\end{document}
EDIT
I just realized that actually it does work-although only partially. I was just zoomed out so I didn't notice the difference in color. HOWEVER, it doesn't let the maths be written like it usually is with \[...\]; it only outputs the maths the size of \(...\) even when I explicitly use \[...\].

pstricks– more precisely, the\pscharpathcommand frompst-texthas this possibility. – Bernard Jun 01 '21 at 14:54\usepackage{pstricks}, then what? – A-Level Student Jun 01 '21 at 15:01\prodand\sumcome out small. – A-Level Student Jun 01 '21 at 19:18\displaystyleon entering math mode. There's also the\mathlargercommand from packagerelsize. – Bernard Jun 01 '21 at 19:46